doubleparamOf(constOdGePoint2d& point, constOdGeTol& tol = OdGeContext::gTol) const;
Description
Returns the parameter value of a point.
Parameters
Parameters
Description
point
[in] Input point on the curve.
tol
[in] Geometric tolerance.
Remarks
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.