API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::convertToRegion Method
OdModelerGeometry::convertToRegion Method
Syntax
C++
virtual OdResult convertToRegion(OdDbEntityPtrArray& regions) = 0;
Parameters 
Description 
OdDbEntityPtrArray& regions 
[out] Reference to an array of the OdDbRegion entities created from the face of the ModelerGeometry object.
 

Returns eOk if successful, or an appropriate error code otherwise.

Creates region (OdDbRegion class) entities for each face of the ModelerGeometry object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.