A3DTopoBodyData Struct Reference
TopoBody structure. More...
Data Fields | |
A3DTopoContext * | m_pContext |
A3DUns8 | m_ucBehaviour |
A3DUns16 | m_usStructSize |
Detailed Description
TopoBody structure.
- Version
- 2.0
The m_ucBehaviour member is an array of bits that uses values from the topology body bitmask definitions (Topology Body Data). The bitmasks are relevant only when the A3DTopoBodyData structure is set for an A3DTopoBody of type kA3DTypeTopoBrepData (A3DTopoBrepData); otherwise, the m_ucBehaviour member must be set to 0.
- See also
- A3DTopoBodyData, A3DTopoBodyGet, A3DTopoBodySet
Field Documentation
A3DUns16 A3DTopoBodyData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUns8 A3DTopoBodyData::m_ucBehaviour |
Array of bits.
A3DTopoContext* A3DTopoBodyData::m_pContext |
Pointer to an A3DTopoContext entity.