Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb3dSolid::createLoftedSolid Method
Syntax
C++
virtual OdResult createLoftedSolid(OdDbEntityPtrArray& crossSectionCurves, OdDbEntityPtrArray& guideCurves, OdDbEntity* pPathCurve, OdDbLoftOptions& loftOptions);

Creates a lofted solid from the given curves. 

 

Parameters
Description
crossSectionCurves
[in] Array of curve entities to be used as cross sections for the lofting operation.
guideCurves
[in] Array of guide curves.
pPathCurve
[in] Path curve.
loftOptions
[in] Options for lofting.

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

Lofting parameters can be passed with the loftOptions parameter. This method is implemented only for Spatial modeler and returns the eNotImplementedYet status for other modelers.

Copyright © 2002-2022. Open Design Alliance All rights reserved.