API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::createSculptedSolid Method
OdModelerGeometry::createSculptedSolid Method
Syntax
C++
virtual OdResult createSculptedSolid(OdDbEntityPtrArray& limitingBodies, const OdGeIntArray& limitingFlags) = 0;
Parameters 
Description 
OdDbEntityPtrArray& limitingBodies 
[in] Reference to the entity array (representing surface and solids) that are used to create a solid.  
const OdGeIntArray& limitingFlags 
[in] Reserved for internal use.
 

eOk if successful or an appropriate error code otherwise.

Creates a solid by trimming and (or) extending the specified surfaces and 3D solids, forming an enclosed volume. 

 

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