Close

Relief for ODA Team in Ukraine

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

Determines whether a point lies on the curve.

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

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

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