CNiCursor3D::Plot

3D Graph

Class
CNiCursor3D::
Plot
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: PlaneColorNext page: PointColor    
Public Data Item Declared in:
NiCursor3D.h

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

CNiPlot3D Plot;

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

Specifies the plot associated with the cursor.

Notes:

1. Set this property to a plot in the CNiGraph3D.Plots collection, and set CNiCursor3D.SnapMode to SnapToPlot to lock the CNiCursor3D to a specific CNiPlot3D. The value changes only when this property is explicitly set, or the plot is removed.

2. If CNiCursor3D.SnapMode is SnapNearestPlot you can check the value of this property to determine where the user has snapped the cursor. The value can change when the cursor is repositioned.

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