Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::getMPolygonLoopAt Method
Syntax
C++
virtual OdResult getMPolygonLoopAt(int loopIndex, OdGePoint2dArray& vertices, OdGeDoubleArray& bulges) const;

Gets the specified loop. 

 

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.

eInvalidInput if loopIndex equal or greater then OdDbMPolygon::numMPolygonLoops() or if loopIndex is less than 0. eOk if a polygon loop returned successfully.

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