Description Replaces the ith Location/Orientation operation with a PlaceAt in the specified coordinate system.
Syntax PlaceIthAt 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 entity under whose coordinate system the operation is applied.
X As Double X-coordinate of desired location.
Y As Double Y-coordinate of desired location.
Z As Double Z-coordinate of desired location.
Remarks PlaceIthAt replaces the ith Location/Orientation operation with a PlaceAt in 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
|