API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > getLoopAt Method > OdDbHatch::getLoopAt Method (int, EdgeArray&)
OdDbHatch::getLoopAt Method (int, EdgeArray&)
Syntax
C++
void getLoopAt(int loopIndex, EdgeArray& edgePtrs) const;
Parameters 
Description 
int loopIndex 
[in] Loop index.  
EdgeArray& edgePtrs 
[out] Receives a set of OdGeCurve2d pointers to the edges that comprise this loop. 

Returns the specified loop from this Hatch entity. 

 

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

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