API Reference > OdDb Classes > OdDb3dSolid Class > OdDb3dSolid Methods > OdDb3dSolid::createSculptedSolid Method
OdDb3dSolid::createSculptedSolid Method
Syntax
C++
OdResult createSculptedSolid(OdDbEntityPtrArray& limitingBodies, const OdGeIntArray& limitingFlags);
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 other case.

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

 

This method is not implemented.

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