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 the``kA3DTypeGraphSolidPattern``entity type. The other available fill patterns are``A3DGraphDottingPatternData``,``A3DGraphHatchingPatternData``and``A3DGraphVPicturePatternData``.
Variables
-
A3DBool
A3DGraphSolidPatternData.m_bMaterial -
A3D_TRUEif``m_uiRgbColorIndex``refers to a material index,``A3D_FALSE``otherwise.
-
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.