API Reference > Classes > Essential_Classes > OdBmSketch Class > OdBmSketch Methods > OdBmSketch::getGeCurve Method
OdBmSketch::getGeCurve Method
Syntax
C++
OdResult getGeCurve(OdInt32 iCurveNum, OdGeCurve3d*& pCurve, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdInt32 iCurveNum 
[in] input curve number which try to get.  
OdGeCurve3d*& pCurve 
[out] Output OdGeCurve3d object. The customer is owner of the object and should release memory after using.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Input value of tolerance.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns the GeCurve as an OdGeCurve3d object. 

 

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