Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::paramOf Method (const OdGePoint2d&, const OdGeTol&)
Syntax
C++
double paramOf(const OdGePoint2d& point, const OdGeTol& tol = OdGeContext::gTol) const;

Returns the parameter value of a point. 

 

Parameters
Description
point
[in] Input point on the curve.
tol
[in] Geometric tolerance.

The returned parameters specify a point within tol of point. If point is not on the curve, the results are unpredictable. If you are not sure the point is on the curve, use isOn () instead of this function. 

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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