Description Shifts an entity by the specified values in the local X,Y & Z directions of the specified coordinate system.
Syntax ShiftXYZ n, coord, X, Y, Z
Parameters n As Long Node number of the entity.
coord As Long Node number of the coordinate system under which this operation is applied.
X As Double X-coordinate shift value.
Y As Double Y-coordinate shift value.
Z As Double Z-coordinate shift value.
Remarks ShiftXYZ shifts an entity by the specified values in the local X,Y & Z directions of the specified coordinate system.
Note that values for coord may be -1 (Global Coordinate System), 0 (System), 1 (Optical Sources), 2 (Geometry), or any valid node number of an entity.
See Also Examples
|