![]() |
SetPosition()






| Public Function |
Declared in: NiCursor3D.h |
Declaration
void SetPosition(
double xPosition,
double yPosition,
double zPosition);
Description
Sets the x, y, and z axis positions of the cursor at the same time.
Notes:
1. The SnapMode affects the actual position of the cursor.
2. See the CNiCursor3D overview for information about using date/time values.
Parameters
double xPosition
double yPosition
double zPosition
The X coordinate of the cursor.
The Y coordinate of the cursor.
The Z coordinate of the cursor.


