Overview | Statement List | Example
obj = PLANE/line1,line2
Creates a plane object by specifying two previously defined lines. The plane is displayed where the lines intersect.
Parameter |
Description |
line1 |
An existing line which lies in the plane. |
line2 |
An existing line to which the plane is parallel. |
NOTE: If the two lines are parallel the error message PARALLEL LINES
is displayed.