Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatch::getLoopAt Method (int, EdgeArray&)
Syntax
C++
void getLoopAt(int loopIndex, EdgeArray& edgePtrs) const;

Returns the specified loop from this Hatch entity. 

 

Parameters
Description
loopIndex
[in] Loop index.
edgePtrs
[out] Receives a set of OdGeCurve2d pointers to the edges that comprise this loop.

Should be called with edgePtrs if the loop is not a polyline loop.

Copyright © 2002-2022. Open Design Alliance All rights reserved.