A3DDrawingBlockOperatorData Struct Reference
DrawingBlockOperator structure. More...
Detailed Description
DrawingBlockOperator structure.
- Version
- 5.0
Field Documentation
◆ m_eType
A3DEDrawingOperatorType A3DDrawingBlockOperatorData::m_eType |
Defines the type of operator.
◆ m_pViewResult
A3DDrawingView* A3DDrawingBlockOperatorData::m_pViewResult |
View linked with current operator.

◆ m_uiDrwEntitiesSize
A3DUns32 A3DDrawingBlockOperatorData::m_uiDrwEntitiesSize |
The size of m_ppDrwEntities.
◆ m_ppDrwEntities
A3DDrawingEntity** A3DDrawingBlockOperatorData::m_ppDrwEntities |
Array of drawing entities. Refer to Drawing Block Basic for details.
◆ m_uiMarkupsSize
A3DUns32 A3DDrawingBlockOperatorData::m_uiMarkupsSize |
The size of m_ppMarkups.
◆ m_ppMarkups
A3DMkpMarkup** A3DDrawingBlockOperatorData::m_ppMarkups |
Array of markups. Refer to Drawing Block Basic for details.
◆ m_uiDrwBlocksSize
A3DUns32 A3DDrawingBlockOperatorData::m_uiDrwBlocksSize |
The size of m_ppDrwBlocks.
◆ m_ppDrwBlocks
A3DDrawingBlock** A3DDrawingBlockOperatorData::m_ppDrwBlocks |
Array of Drawing block. Refer to Drawing Block Basic for details.