API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > OdDbHatch::updateMarkedLoops Method
OdDbHatch::updateMarkedLoops Method
Syntax
C++
OdResult updateMarkedLoops();

eOk if recalculation is success. eInvalidInput if recalculation is unsuccessful. eEmptySet if recalculate loop list is empty (use OdDbHatch::markModifiedLoop to fill this list)

Update geometry of the loops previously marked as modified, using associated entities geometry. 

 

To mark loops use OdDbHatch::markModifiedLoop.

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