Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcCurve2d::getOdGeCurve Method
Syntax
C++
OdResult getOdGeCurve(OdGeCurve2d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the current curve data. 

 

Parameters
Description
pGeCurve
[out] A reference to an OdGeCurve2d object pointer to store curve information.
tol
[in] Tolerance. Default value is equal to OdGeContext::gTol.

Returns eOk if common curve information was successfully passed back to the calling subroutine or returns an appropriate error code in the other case.

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