API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > isOn Method > OdGeCurve3d::isOn Method (double, OdGeTol&)
OdGeCurve3d::isOn Method (double, OdGeTol&)
Syntax
C++
bool isOn(double param, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
double param 
[in] Input parameter value.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Determines if an input parameter value is within a valid parametric range of the curve.

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.