See Section 24.8.4 for parallelograms in the plane.
The parallelogram command creates parallelograms in space.
If the option var is given, the point D will be assigned to it.
A:=point(0,0,0); B:=point(3,3,3); C:=point(0,0,3); parallelogram(A,B,C) |
parallelogram(A,B,C,D); coordinates(D) |
|