Description Places an entity at a specific (x,y,z) location in the specified coordinate system.
Syntax PlaceAt 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 of desired location.
Y As Double Y-coordinate of desired location.
Z As Double Z-coordinate of desired location.
Remarks PlaceAt locates an entity at a specific (x,y,z).
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
|