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. params limitingFlags [in] Reserved for internal use.
 

Returns eOk if successful or an appropriate error code in the other case.

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

 

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