INSTANCE
- Last UpdatedOct 06, 2023
- 1 minute read
Purpose
To place a group within the model.
Syntax
INSTANCE $W ( CREATE $W < /RX $N > < /RY $N > < /RZ $N >
< /TRANSLATE $N $N $N > < /LAYER $N > !
SET ( GROUP $W ! /RX $N ! /RY $N ! /RZ $N !
/TRANSLATE $N $N $N ) )
Description
Instances are placements of a particular group within the model. Note, rotations are carried out before translation.
Command Qualifiers
|
$W |
The name of the Instance. |
|
$W |
The name of the Group. |
|
/RX $N |
Rotation about the Group X-axis. |
|
/RY $N |
Rotation about the Group Y-axis. |
|
/RZ $N |
Rotation about the Group Z-axis. |
|
/TRANSLATE $N $N $N |
Translation from the group origin by DX, DY, DZ. |