API Reference > Classes > Essential_Classes > OdBmExtrusionElem Class > OdBmExtrusionElem Methods > OdBmExtrusionElem::addCurveLoops Method
OdBmExtrusionElem::addCurveLoops Method
Syntax
C++
OdResult addCurveLoops(const OdArray<OdBmCurveLoopPtr>& arrCurveLoops, OdBmObjectId idSketchPlane);
Parameters 
Description 
OdBmObjectId idSketchPlane 
[in] Input ID of the sketch plane.
 
arrCurves 
[in] Input array of CurveLoops.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Adds the curve loop to this extrusion element. 

 

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