API Reference > OdDb Classes > OdDbDimension Class > OdDbDimension Methods > OdDbDimension::recomputeDimBlock Method
OdDbDimension::recomputeDimBlock Method
Syntax
C++
void recomputeDimBlock(bool forceUpdate = true);
Parameters 
Description 
bool forceUpdate = true 
[in] If true, the OdDbBlockTableRecord is updated even if the dimension has not been changed. 

Recomputes the dimension block referenced by this Dimension entity.

The OdDbBlockTableRecord of the dimension block is updated to reflect any changes made to this Dimension entity since the last time the block table record was updated.

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