< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFSectionDisplayData Struct Reference

Structure to define settings for the cross sections display. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DBool m_bIsCuttingPlaneVisible
 
A3DDouble m_dOpacity
 
A3DPDFRgbColorData m_sCuttingPlaneColor
 
A3DBool m_bIsIntersectionVisible
 
A3DPDFRgbColorData m_sIntersectionColor
 
A3DBool m_bAddSectionCaps
 

Detailed Description

Structure to define settings for the cross sections display.

Version
8.1

Field Documentation

A3DUns16 A3DPDFSectionDisplayData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DBool A3DPDFSectionDisplayData::m_bIsCuttingPlaneVisible

Visibility of the cutting plane.

A3DDouble A3DPDFSectionDisplayData::m_dOpacity

Opacity of the cutting plane, between 0 and 1.

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.