A3DGraphHatchingPatternData
-
struct
A3DGraphHatchingPatternData Hatching lines fill pattern descriptor.
2.0A hatching pattern is a composition of at least one line described with
A3DGraphHatchingPatternLineData.A3DGraphHatchingPatternDatais one of the four fill pattern provided by HOOPS. It is associated to thekA3DTypeGraphHatchingPatternentity type. The other available fill patterns areA3DGraphDottingPatternData,A3DGraphSolidPatternDataandA3DGraphVPicturePatternData.
Variables
-
A3DUns32
A3DGraphHatchingPatternData.m_uiSize -
The number of hatch lines the pattern is made of.
-
A3DGraphHatchingPatternLineData *
A3DGraphHatchingPatternData.m_psHatchLines -
An array of lines, allocated to
sizeof(A3DGraphHatchingPatternLineData) * m_psHatchLines.
-
A3DUns32
A3DGraphHatchingPatternData.m_uiNextPatternIndex -
Global index for the next pattern.