API Reference > Classes > Geometry Classes > OdBmGEdge Class > OdBmGEdge Methods > OdBmGEdge::getGeCurve Method
OdBmGEdge::getGeCurve Method
Syntax
C++
OdResult getGeCurve(OdGeCurve3d* & pCurve, OdGeTol & tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGeCurve3d* & pCurve 
[out] Output GeCurve object.  
OdGeTol & tol = OdGeContext::gTol 
[in] Input value of tolerance.
 

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

Returns the edge as a GeCurve object. 

 

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