API Reference > OdDg Classes > OdDgEllipse3d Class > OdDgEllipse3d Methods > OdDgEllipse3d::getOdGeCurve Method
OdDgEllipse3d::getOdGeCurve Method
Syntax
C++
virtual OdResult getOdGeCurve(OdGeCurve3d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGeCurve3d*& pGeCurve 
[out] Receives a pointer to an OdGeCurve3d object that is geometrically identical to this OdDbCurve. The caller of this function is responsible for deleting this OdGeCurve3d object.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Optional tolerance. 

Returns eOk if successful.

Returns an OdGeCurve3d that is geometrically identical to this OdDbCurve.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.