API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::postProcessAnnotativeBTR Method
OdDbBlockTableRecord::postProcessAnnotativeBTR Method
Syntax
C++
void postProcessAnnotativeBTR(int& strippedCount, bool noModify = false, bool scale = true);
Parameters 
Description 
int& strippedCount 
[out] Number of entities in the block that were stripped of their annotative property.  
bool noModify = false 
[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.  
bool scale = true 
[in] If true, scale the entities in the block by the current annotation scale value. 

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. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.