A3DPDFSectionDisplayData
-
struct
A3DPDFSectionDisplayData Structure to define settings for the cross sections display.
8.1These settings are used by HOOPS Publish at PDF creation on every native views that have a clipping plane defined. These settings are not used at runtime with clipping plane created by Javascript.
Variables
-
A3DBool
A3DPDFSectionDisplayData.m_bIsCuttingPlaneVisible -
Visibility of the cutting plane.
-
A3DDouble
A3DPDFSectionDisplayData.m_dOpacity -
Opacity of the cutting plane, between 0 (transparent) and 1 (opaque).
-
A3DPDFRgbColorData
A3DPDFSectionDisplayData.m_sCuttingPlaneColor -
Color of the cutting plane.
-
A3DBool
A3DPDFSectionDisplayData.m_bIsIntersectionVisible -
Visibility of the intersection of the cutting plane with any 3D geometry.
-
A3DPDFRgbColorData
A3DPDFSectionDisplayData.m_sIntersectionColor -
Color of the intersection of the cutting plane, if visible.
-
A3DBool
A3DPDFSectionDisplayData.m_bAddSectionCaps -
If true, show the capping faces.