Style data. More...
Detailed Description
Style data.
- Version
- 2.0
Some of the members in this structure have paired interactions in which one member influences the behavior of the next member. See the member descriptions for details.
Use the A3DGlobalData and dedicated global access functions to get graphic settings in the global arrays.
- See also
- Global Data Module
Field Documentation
◆ m_dWidth
A3DDouble A3DGraphStyleData::m_dWidth |
Line width in mm.
◆ m_bVPicture
A3DBool A3DGraphStyleData::m_bVPicture |
A value of true indicates the m_uiLinePatternIndex member (next) references a vpicture in the global arrays (see A3DGraphVPicturePatternData). A value of false indicates it references a line pattern (see A3DGraphLinePatternData).
◆ m_uiLinePatternIndex
A3DUns32 A3DGraphStyleData::m_uiLinePatternIndex |
Index in the global array as indicated in the m_bVPicture member (above).
◆ m_bMaterial
A3DBool A3DGraphStyleData::m_bMaterial |
A value of true indicates the m_uiRgbColorIndex member (next) references a material in the global arrays (see A3DGraphMaterialData or A3DGraphTextureApplicationData). A value of false indicates it references a color (see A3DGraphRgbColorData).
◆ m_uiRgbColorIndex
A3DUns32 A3DGraphStyleData::m_uiRgbColorIndex |
Index in the global array as indicated in the m_bMaterial member (above).
◆ m_bIsTransparencyDefined
A3DBool A3DGraphStyleData::m_bIsTransparencyDefined |
A value of true indicates the m_ucTransparency member (next) is defined. A value of false indicates the transparency is the default value (255).
◆ m_ucTransparency
A3DUns8 A3DGraphStyleData::m_ucTransparency |
From 0 (transparent) to 255 (opaque). Default value is 255.
◆ m_bSpecialCulling
A3DBool A3DGraphStyleData::m_bSpecialCulling |
A value of true indicates special culling defined. See descriptions for m_bFrontCulling, m_bBackCulling, and m_bBackCulling.
◆ m_bFrontCulling
A3DBool A3DGraphStyleData::m_bFrontCulling |
If m_bSpecialCulling is TRUE and if m_bFrontCulling is TRUE, font culling is active.
◆ m_bBackCulling
A3DBool A3DGraphStyleData::m_bBackCulling |
If m_bSpecialCulling is TRUE and if m_bBackCulling is TRUE, back-culling is active.
◆ m_bNoLight
A3DBool A3DGraphStyleData::m_bNoLight |
A value of true indicates material light is sensible.
◆ m_eRenderingMode
A3DERenderingMode A3DGraphStyleData::m_eRenderingMode |
Rendering mode.