Line Pattern data. More...

Data Fields

A3DBool m_bRealLength
 
A3DDouble m_dPhase
 
A3DDoublem_pdLengths
 
A3DUns32 m_uiNumberOfLengths
 

Detailed Description

Line Pattern data.

Version
2.0

Here are characteristics of a line pattern:

  • Array describing a basic sequence is always starting with a black value (pen down).
  • Sequence can start with an offset from 0 ( m_dPhase ).
  • Sequence lengths can be defined in real length or proportions ( m_bRealLength ).

Field Documentation

A3DUns32 A3DGraphLinePatternData::m_uiNumberOfLengths

The size of m_pdLengths.

A3DDouble* A3DGraphLinePatternData::m_pdLengths

Array of lengths describing basic sequence for pattern.

A3DDouble A3DGraphLinePatternData::m_dPhase

Starting point. Can be non-zero.

A3DBool A3DGraphLinePatternData::m_bRealLength

Either proportion (OpenGL style) or real length (AutoCad DXF format style).