Description Shifts an entity by the specified value in the local X-direction of the specified coordinate system.
Syntax ShiftX n, coord, X
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.
Remarks ShiftX shifts an entity by the specified value in the local X-direction 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
|