Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbBlockTableRecord::postProcessAnnotativeBTR Method
Syntax
C++
void postProcessAnnotativeBTR(int& strippedCount, bool noModify = false, bool scale = true);

This function is called when a block is set as annotative. All entities in the block are stripped of their annotative property. If a block has nested blocks, they are exploded to entities. 

 

Parameters
Description
strippedCount
[out] Number of entities in the block that were stripped of their annotative property.
noModify
[in] If true, no modifications to the entities in the block are made, but strippedCount value is computed. This mode can be used to check whether the block contains annotative entities.
scale
[in] If true, scale the entities in the block by the current annotation scale value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.