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 
OdDbEntityPtrArray& blendedEdges 
[in] Array of blended edges.  
OdDbBlendOptions& blendOptions 
[in] Options for blending.  
bool isSolid = true 
[in] Boolean flag that indicates that this ModelerGeometry object is solid.
 

eOk if successful or an appropriate error code otherwise.

Creates a blend object from the given edges. 

 

Blending parameters can be passed with the blendOptions parameter.

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