Suppose you want to draw a dihedral angle A-BC-D with dynamic angle
- Plot points A, B and C at arbitrary locations
- Draw plane p that passes through A, B and C
- Draw line f that passes through B and C
- Define slider for the arbitrary angle
α=Slider(0°,180°,1°) - Evaluate the following command
D=Rotate(A,α,f) - Draw plane q that passes through B, C and D.
- Bonus: Show angle between planes p and q
- Draw perpendicular line g from D to f
- Find intersection point F between g and f
- Draw angle between A, D and F
