A3DGraphSolidPatternData
-
struct
A3DGraphSolidPatternData A fill pattern describing either a simple color or a material.
2.0A3DGraphSolidPatternDatais one of the four fill pattern provided by HOOPS. It is associated to thekA3DTypeGraphSolidPatternentity type. The other available fill patterns areA3DGraphDottingPatternData,A3DGraphHatchingPatternDataandA3DGraphVPicturePatternData.
Variables
-
A3DBool
A3DGraphSolidPatternData.m_bMaterial -
A3D_TRUEifm_uiRgbColorIndexrefers to a material index,A3D_FALSEotherwise.
-
A3DUns32
A3DGraphSolidPatternData.m_uiRgbColorIndex -
Global index to either an RGB color code (
m_uiRgbColorIndex == A3D_TRUE) or material description (m_uiRgbColorIndex == A3D_FALSE)
-
A3DUns32
A3DGraphSolidPatternData.m_uiNextPatternIndex -
Global index for the next pattern.