Structure for parsing or creating an A3DTopoContext entity. More...
Structure for parsing or creating an A3DTopoContext entity.
The m_ucBehaviour member is a array of bits that uses values from the topology context bitmask definitions (Topology Context Data).
A3DUns16 A3DTopoContextData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUns8 A3DTopoContextData::m_ucBehaviour |
Array of bits.
A3DDouble A3DTopoContextData::m_dGranularity |
Minimal size of an edge. This value is non-dimensional.
A3DDouble A3DTopoContextData::m_dTolerance |
Global base tolerance used in the context for topological elements. This value is non-dimensional.
A3DBool A3DTopoContextData::m_bHaveSmallestFaceThickness |
True if next member is valid.
A3DDouble A3DTopoContextData::m_dSmallestThickness |
Smallest thickness for a face. Used in internal loop treatment. Default should be 100 * m_dGranularity.
A3DBool A3DTopoContextData::m_bHaveScale |
True if next member is valid.
A3DDouble A3DTopoContextData::m_dScale |
Optional scale to interpret the data of the context.