Return to Statement


Coordinate System of a Conic Example

Creating a coordinate system by specifying a previously defined ellipse.

$$
$$ Declarations
$$
ENTITY/PT1,ELIPS1,CSYS1
$$
$$ Geometry Definition
$$
PT1 =POINT/1,1
ELIPS1=ELLIPS/PT1,2,1
$$
$$ Coordinate System Definition
$$
CSYS1=CSYS/ELIPS1

Coordinate System Defined by an Ellipse