A3DDrawingBlockOperatorData Struct Reference
DrawingBlockOperator structure. More...
Detailed Description
DrawingBlockOperator structure.
- Version
- 5.0
Field Documentation
A3DEDrawingOperatorType A3DDrawingBlockOperatorData::m_eType |
Defines the type of operator.
A3DDrawingBlock** A3DDrawingBlockOperatorData::m_ppDrwBlocks |
Array of Drawing block. Refer to Drawing Block Basic for details.
A3DDrawingEntity** A3DDrawingBlockOperatorData::m_ppDrwEntities |
Array of drawing entities. Refer to Drawing Block Basic for details.
A3DMkpMarkup** A3DDrawingBlockOperatorData::m_ppMarkups |
Array of markups. Refer to Drawing Block Basic for details.
A3DDrawingView* A3DDrawingBlockOperatorData::m_pViewResult |
View linked with current operator.

A3DUns32 A3DDrawingBlockOperatorData::m_uiDrwBlocksSize |
Size of next array.
A3DUns32 A3DDrawingBlockOperatorData::m_uiDrwEntitiesSize |
Size of next array.
A3DUns32 A3DDrawingBlockOperatorData::m_uiMarkupsSize |
Size of next array.
A3DUns16 A3DDrawingBlockOperatorData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.