API Reference > OdDb Classes > OdDb3dSolid Class > OdDb3dSolid Methods > OdDb3dSolid::createLoftedSolid Method
OdDb3dSolid::createLoftedSolid Method
Syntax
C++
virtual OdResult createLoftedSolid(OdDbEntityPtrArray& crossSectionCurves, OdDbEntityPtrArray& guideCurves, OdDbEntity* pPathCurve, OdDbLoftOptions& loftOptions);
Parameters 
Description 
OdDbEntityPtrArray& crossSectionCurves 
[in] An array of curve entities to be used as cross sections for the lofting operation.  
OdDbEntityPtrArray& guideCurves 
[in] Array of guide curves.  
OdDbEntity* pPathCurve 
[in] Path curve.  
OdDbLoftOptions& loftOptions 
[in] Options for lofting.
 

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

Creates a lofted solid from the given curves. 

 

Lofting parameters can be passed with the loftOptions parameter. 

This method is implemented only for Spatial modeler and returns eNotImplementedYet status for other modelers.

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