Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::getChildLoops Method
Syntax
C++
virtual OdResult getChildLoops(int curLoop, OdGeIntArray& selectedLoopIndexes) const;

Returns an array of indices of the loops that are children of the specified loop. 

 

Parameters
Description
curLoop
[in] Specified loop index.
selectedLoopIndexes
[out] Return the array with indices of are child loops.

eOk if found or not found child loops, or eInvalidInput if curLoop out of loop array range, or eAmbiguousOutput if can't build MPolygonTree. 

remark return the empty selectedLoopIndexes if Specified loop does not a child loops.

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