API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > getLoopAt Method > OdDbHatch::getLoopAt Method (int, OdGePoint2dArray&, OdGeDoubleArray&)
OdDbHatch::getLoopAt Method (int, OdGePoint2dArray&, OdGeDoubleArray&)
Syntax
C++
void getLoopAt(int loopIndex, OdGePoint2dArray& vertices, OdGeDoubleArray& bulges) const;
Parameters 
Description 
int loopIndex 
[in] Loop index.  
OdGePoint2dArray& vertices 
[out] Receives the vertices that comprise this loop.  
OdGeDoubleArray& bulges 
[out] Receives a set of bulges corresponding to the vertices array. 

Returns the specified loop from this Hatch entity. 

 

Should be called with vertices and bulges if the loop is a polyline loop.

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