Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::createBlendObject Method
Syntax
C++
virtual OdResult createBlendObject(OdDbEntityPtrArray& blendedEdges, OdDbBlendOptions& blendOptions, bool isSolid = true) = 0;

Creates a blend object from the given edges. 

 

Parameters
Description
blendedEdges
[in] Array of blended edges.
blendOptions
[in] Options for blending.
isSolid
[in] Boolean flag that indicates that this ModelerGeometry object is solid.

eOk if successful or an appropriate error code otherwise.

Blending parameters can be passed with the blendOptions parameter.

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