![]() |
SnapMode








Public Data Item |
Declared in: NiCursor3D.h |
Declaration
SnapModes SnapMode;
Description
Specifies the snap mode of the cursor. The following list includes cursor snap modes.
- CNiCursor3D::SnapFixed - the cursor is fixed.
- CNiCursor3D::SnapNearestPlot - snaps cursor to nearest point on any plot.
- CNiCursor3D::SnapToPlot - snaps cursor to points on a specific plot.
Note: SnapMode controls the coordinates available when you change the cursor position by dragging with the mouse, by using XPosition, YPosition, and ZPosition properties or by using the SetPosition function. When you change the SnapMode, the current cursor position changes according to the new settings.