API Reference > Classes > Essential_Classes > OdBmSweptBlendElem Class > OdBmSweptBlendElem Methods > OdBmSweptBlendElem::set Method (bool, OdBmGCurvePtr &, OdArray<OdBmGCurvePtrArray>&, OdBmObjectId)
OdBmSweptBlendElem::set Method (bool, OdBmGCurvePtr &, OdArray<OdBmGCurvePtrArray>&, OdBmObjectId)
Syntax
C++
OdResult set(const bool bIsSolid, const OdBmGCurvePtr & pPath, const OdArray<OdBmGCurvePtrArray>& aBotTopProfiles, const OdBmObjectId idSketchPlane);

Sets data for sweptBlend creation. 

param pPath [in] path curve. param aBotTopProfiles [in] array of 2 profiles (bottom and top). param idSketchPlane [in] id of SketchPlane for path. 

returns Returns eOk if successful or an appropriate error code otherwise.

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