ProjectionXY, ProjectionXZ, ProjectionYZ Properties

3D Graph Control

ProjectionXY, ProjectionXZ, ProjectionYZ Properties

Syntax

CWPlot3D.ProjectionXY

CWPlot3D.ProjectionXZ

CWPlot3D.ProjectionYZ

Data Type

Boolean

Purpose

ProjectionXY draws the XY plane projection of the plot when set to True.

ProjectionXZ draws the XZ plane projection of the plot when set to True.

ProjectionYZ draws the YZ plane projection of the plot when set to True.

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

See Also

ShowProjectionsOnly