Creates and accesses entities that contain graphics entities. More...
Modules | |
Drawing Block Basic | |
Drawing Operator | |
Enumerations for drawing operator type for use in the A3DDrawingBlockOperatorData structure. | |
Functions | |
A3DStatus | A3DDrawingBlockPushMiscCascadedAttributes (A3DMiscCascadedAttributes *pAttr, const A3DDrawingBlock *pBlock, A3DUns32 uiEntityIndex, const A3DMiscCascadedAttributes *pFather) |
Push a A3DMiscCascadedAttributes. More... | |
Creates and accesses entities that contain graphics entities.
An A3DDrawingBlock is a specific representation item, which can be use only in drawing context.
They are used to represent sketches on sheet or view.
They may contain other A3DDrawingBlock, A3DMkpMarkup or A3DDrawingEntity.
A3DStatus A3DDrawingBlockPushMiscCascadedAttributes | ( | A3DMiscCascadedAttributes * | pAttr, |
const A3DDrawingBlock * | pBlock, | ||
A3DUns32 | uiEntityIndex, | ||
const A3DMiscCascadedAttributes * | pFather | ||
) |
Push a A3DMiscCascadedAttributes.
In case of reading mode is TessOnly, push the A3DMiscCascadedAttributes of a A3DDrawingEntity
[in,out] | pAttr | The cascaded attributes to update |
[in] | pBlock | The block entity |
[in] | uiEntityIndex | Index of drawing entity from pBlock |
[in] | pFather | The father cascaded attribute |