Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::setLoopDirection Method
Syntax
C++
virtual OdResult setLoopDirection(int lindex, OdDbMPolygon::loopDir dir);

Sets the direction for the specified loop in the closed polygon. 

 

Parameters
Description
lindex
[in] Loop index as an Ingeter value in range 0 to numMPolygonLoops()-1.
dir
[in] Loop direction.

eOk if successful, or eInvalidInput if loop index is out of range.

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