API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > markModifiedLoop Method > OdDbHatch::markModifiedLoop Method (OdDbHandle)
OdDbHatch::markModifiedLoop Method (OdDbHandle)
Syntax
C++
OdResult markModifiedLoop(const OdDbHandle entityHandle);
Parameters 
Description 
const OdDbHandle entityHandle 
[in] handle of associated entity.
 

eOk if related loop was find

Mark loop that need recalculate. (If associated entity was changed) 

 

Hatch loops are recalculated in endTransaction if associated Entity was changed and Hatch protocol extension not implemented. Use makeClosedLoop to mark loop and recalculate by OdDbHatch::updateMarkedLoops() if OdDbHatchWatcherPE(or derived) classes implemented.

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