API Reference > Classes > Essential_Classes > OdBmSweptBlendElem Class > OdBmSweptBlendElem Methods > OdBmSweptBlendElem::set Method (OdBmGCurvePtr &, OdArray<OdBmGCurvePtrArray>&, OdBmObjectId, OdBmVtxConnectionsPtr &)
OdBmSweptBlendElem::set Method (OdBmGCurvePtr &, OdArray<OdBmGCurvePtrArray>&, OdBmObjectId, OdBmVtxConnectionsPtr &)
Syntax
C++
OdResult set(const OdBmGCurvePtr & pPath, const OdArray<OdBmGCurvePtrArray>& aBotTopProfiles, const OdBmObjectId idSketchPlane, const OdBmVtxConnectionsPtr & pConnections);
Parameters 
Description 
const OdBmGCurvePtr & pPath 
[in] path curve.  
const OdArray<OdBmGCurvePtrArray>& aBotTopProfiles 
[in] array of 2 profiles (bottom and top).  
const OdBmObjectId idSketchPlane 
[in] id of SketchPlane for path.  
const OdBmVtxConnectionsPtr & pConnections 
[in] Input vertex connections.
 

Returns eOk if successful or an appropriate error code otherwise.

Sets data for sweptBlend creation. 

 

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