Share

AcGeCurve3d::isOn

C++

GE_DLLEXPIMPORT Adesk::Boolean isOn(
    const AcGePoint3d& pnt, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Determines if input point lies on curve.

Parameters

Parameters Description
pnt Input any 3D point
tol Input tolerance

Links

AcGeCurve3d

Was this information helpful?