Dotting Pattern Structure. More...

Data Fields

A3DBool m_bZigZag
 
A3DDouble m_dPitch
 
A3DUns32 m_uiColorIndex
 
A3DUns32 m_uiNextPatternIndex
 

Detailed Description

Dotting Pattern Structure.

Version
2.0

By default, this pattern describes a regular grid of point spaced with the m_dPitch member. If m_bZigZag is TRUE, then points are offset in X by m_dPitch /2.0 for the odd row.

Field Documentation

◆ m_dPitch

A3DDouble A3DGraphDottingPatternData::m_dPitch

Pitch.

◆ m_bZigZag

A3DBool A3DGraphDottingPatternData::m_bZigZag

Zigzag.

◆ m_uiColorIndex

A3DUns32 A3DGraphDottingPatternData::m_uiColorIndex

Color index.

◆ m_uiNextPatternIndex

A3DUns32 A3DGraphDottingPatternData::m_uiNextPatternIndex

Next pattern index.