CNiCursor3D::SnapMode

3D Graph

Class
CNiCursor3D::
SnapMode
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: RowNext page: TextBackColor    
Public Data Item Declared in:
NiCursor3D.h

'Declaration' icon -- Shortcut to top of page. Declaration

SnapModes SnapMode;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also