A3DGraphDottingPatternData
-
struct
A3DGraphDottingPatternData Dotting fill pattern descriptor.
2.0Drawing a shape can be done by filling its drawn face using a dotted pattern (alternative ways could be using a texture or a solid color, for example). This technique is generally associated with halftone pattern, which consists in simulating continuous tone through dots.
A3DGraphDottingPatternDatais one of the four fill pattern provided by HOOPS. It is associated to thekA3DTypeGraphDottingPatternentity type. The other available fill patterns areA3DGraphHatchingPatternData,A3DGraphSolidPatternDataandA3DGraphVPicturePatternData.
Variables
-
A3DDouble
A3DGraphDottingPatternData.m_dPitch -
Horizontal and vertical spacing between each dot, in model unit.
-
A3DBool
A3DGraphDottingPatternData.m_bZigZag -
If true, the pattern is staggered.
-
A3DUns32
A3DGraphDottingPatternData.m_uiColorIndex -
Global index for the color used to draw the pattern.
-
A3DUns32
A3DGraphDottingPatternData.m_uiNextPatternIndex -
Global index for the next pattern.