Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatch::markModifiedLoop Method (const OdUInt16)
Syntax
C++
OdResult markModifiedLoop(const OdUInt16 loopIndex);

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

 

Parameters
Description
loopIndex
[in] Loop index.

eOk if loop with specified index exist

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-2022. Open Design Alliance All rights reserved.