Description Replaces the ith Location/Orientation operation with a ShiftXYZ in the specified coordinate system.
Syntax ShiftIthXYZ n, indx, coord, X, Y, Z
Parameters n As Long Node number of the entity.
indx As Long Zero-based index of the Location/Orientation operation to be modified.
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 ShiftIthXYZ replaces the ith Location/Orientation operation with a ShiftXYZ in the specified coordinate system.
See Also Examples
|