Return to Statement


Define View Example

Creating a view where the X and Y axes of the coordinate system are rotated 45 degrees counterclockwise about the Z axis.

$$
$$ Declarations
$$
ENTITY/PT1,ELIPS1,CSYS1
$$
$$ Geometry Definition
$$
PT1 =POINT/1,1
ELIPS1 =ELLIPS/P1,2,1,ATANGL,45
CSYS1=CSYS/ELIPS1
$$
$$ View Definition
$$
N=DVIEW/CSYS1

DVIEW Function