Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatch::getLoopAt Method (int, OdGePoint2dArray&, OdGeDoubleArray&)
Syntax
C++
void getLoopAt(int loopIndex, OdGePoint2dArray& vertices, OdGeDoubleArray& bulges) const;

Returns the specified loop from this Hatch entity. 

 

Parameters
Description
loopIndex
[in] Loop index.
vertices
[out] Receives the vertices that comprise this loop.
bulges
[out] Receives a set of bulges corresponding to the vertices array.

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

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