Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSpline::getOdGeCurve Method
Syntax
C++
virtual OdResult getOdGeCurve(OdGeCurve3d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol) const;

Returns an OdGeCurve3d that is geometrically identical to this OdDbCurve.

Parameters
Description
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.
tol
[in] Optional tolerance.

Returns eOk if successful.

Copyright © 2002-2022. Open Design Alliance All rights reserved.