Return to Statement


Plane: Perpendicular to a Plane, Thru a Line Example

Creating a plane object which is perpendicular to a previously defined plane which passes thru the specified line.

$$
$$ Declarations
$$
ENTITY/LN1,PL1,PL2
$$
$$ Geometry Definition
$$
LN1=LINE/1,1,-1,1
PL1=PLANE/XZPLAN,0
$$
$$ Plane Definition
$$
PL2=PLANE/PERPTO,PL1,THRU,L1

A Plane Containing a Line that is Perpendicular to an Existing Plane