API Reference > Classes > Essential_Classes > OdBmBlendElem Class > OdBmBlendElem Methods > OdBmBlendElem::createBlend Method (OdBmCurveLoopPtr &, OdBmCurveLoopPtr &, OdBmObjectId, OdBmVtxConnectionsPtr &)
OdBmBlendElem::createBlend Method (OdBmCurveLoopPtr &, OdBmCurveLoopPtr &, OdBmObjectId, OdBmVtxConnectionsPtr &)
Syntax
C++
OdResult createBlend(const OdBmCurveLoopPtr & baseCurveLoop, const OdBmCurveLoopPtr & topCurveLoop, OdBmObjectId sketchPlaneId, const OdBmVtxConnectionsPtr & pConnections);
Parameters 
Description 
const OdBmCurveLoopPtr & baseCurveLoop 
[in] Input bottom blend section that must be closed. All curves must lie on the same plane  
const OdBmCurveLoopPtr & topCurveLoop 
[in] Input top blend section that must be closed. All curves must lie on the same plane  
OdBmObjectId sketchPlaneId 
[in] Input sketch plane ID for the base curveLoop.  
const OdBmVtxConnectionsPtr & pConnections 
[in] Input array of vertex connections between curveLoops.
 

If creation was successful returns eOk. In other cases returns appropriate error code.

Creates a new blend element from corresponding base and top curveLoops

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.