Overview | Statement List | Example
obj = PLANE/PARLEL,plane,point,d
Creates a plane object by specifying three things:
a previously defined plane to which the new plane is parallel
a previously defined point that indicates on which side of the plane the new plane is created
a distance
Parameter |
Description |
PARLEL |
Minor word that indicates that the new plane is parallel to an existing plane. |
plane |
The existing plane to which the new plane is parallel. |
point |
A previously defined point which indicates on which side of the existing plane the new plane is created.
|
d |
The distance from the existing plane at which the new plane is to be created. |