Return to Statement


Three Points Example

Creating a plane object by specifying three previously defined points.

$$
$$ Declarations
$$
ENTITY/P(3),PL1
$$
$$ Geometry Definition
$$
P(1)=POINT/0,0
P(2)=POINT/-1,1
P(3)=POINT/1,1,
$$
$$ Plane Definition
$$
PL1 =PLANE/P

A Plane through Three Points