![]() |
Plot








Public Data Item |
Declared in: NiCursor3D.h |
Declaration
CNiPlot3D Plot;
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.