Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::getParentLoop Method
Syntax
C++
virtual int getParentLoop(int curLoop) const;

Returns the index of the parent loop, related to the specified loop. 

 

Parameters
Description
curLoop
[in] Specified loop index.

Non-negative index if the loop is found, or -1 if the specified loop does not have a parent loop, or -2 if the specified loop does not exist, or -3 if the specified loop intersects with a possible outer loop.

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