ShowProjectionsOnly Property
Syntax
CWPlot3D.ShowProjectionsOnly
Data Type
Purpose
Displays only the specified projection of the plot.
Remarks
When set to True, the ShowProjectionsOnly property draws all the projections that are currently enabled, but does not draw the plot.
When set to False, the ShowProjectionsOnly property draws all the projections that are currently enabled and draws the plot.
Example
'Draw the YZ plane projection
CWGraph3D1.Plots.Item(1).ProjectionYZ = True
'Show only the YZ projection and hide the plot
CWGraph3D1.Plots.Item(1).ShowProjectionOnly = True