Return to Statement


Parallel at a Distance Example

Creating a plane object by specifying a previously defined plane, a direction point, and a distance.

$$
$$ Declarations
$$
ENTITY/PT1,PT2,PT3,PT4,PL1,PL2
$$
$$ Geometry Definition
$$
PT1=POINT/0,0
PT2=POINT/-1,1
PT3=POINT/1,1
PT4=POINT/0,0,.5
PL1=PLANE/PT1,PT2,PT3
$$
$$ Plane Definition
$$
PL2=PLANE/PARLEL,PL1,PT4,1

A Plane Parallel to a Plane at a Distance