Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::removeMPolygonLoopAt Method
Syntax
C++
virtual OdResult removeMPolygonLoopAt(int loopIndex);

Removes a polygon loop from the specified position. 

 

Parameters
Description
loopIndex
[in] Loop index.

eInvalidInput if loopIndex is 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.