Overview | Statement List | Example
obj = PLANE/point1,point2,point3
Creates a plane object thru three previously defined points. These points must not be collinear.
Parameter |
Description |
point1,point2,point3 |
Three non-collinear previously defined points which define the plane. |