Return to Statement


Origin, X-Pt, Y-Pt Example

Creating a coordinate system by specifying three previously defined points.

$$
$$ Declarations
$$
ENTITY/PT1,PT2,PT3,CSYS1
$$
$$ Geometry Definition
$$
PT1 =POINT/1,1,1
PT2 =POINT/2,2
PT3 =POINT/-2,2
$$
$$ Coordinate System Definition
$$
CSYS1=CSYS/PT1,PT2,PT3

Coordinate System Defined by Three Points