A3DGraphSolidPatternData

struct A3DGraphSolidPatternData

A fill pattern describing either a simple color or a material.

2.0

A3DGraphSolidPatternDatais one of the four fill pattern provided by HOOPS. It is associated to the kA3DTypeGraphSolidPatternentity type. The other available fill patterns are A3DGraphDottingPatternData, A3DGraphHatchingPatternDataand A3DGraphVPicturePatternData.

Variables

A3DBool A3DGraphSolidPatternData.m_bMaterial

A3D_TRUEif m_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.