Close

Relief for ODA Team in Ukraine

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

Determines if a point lies on the curve. 

 

Parameters
Description
point
[in] Input point.
param
[out] Output parameter value of point if the point lies on the curve.
tol
[in] Geometric tolerance.

The param parameter is only set to a meaningful value if this function returns true.

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