API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::createBlendObject Method
OdModelerGeometry::createBlendObject Method
Syntax
C++
virtual OdResult createBlendObject(OdDbEntityPtrArray& blendedEdges, OdDbBlendOptions& blendOptions, bool isSolid = true) = 0;
Parameters 
Description 
bool isSolid = true 
[in] Boolean flag.
 
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.  

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

Creates a blend object from the given curves. 

 

Lofting parameters can be passed with the loftOptions parameter.

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