Share

AcGeCurve3d::distanceTo

C++

GE_DLLEXPIMPORT double distanceTo(
    const AcGePoint3d& pnt, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Returns the distance between the input point and the closest point on this curve.

Parameters

Parameters Description
pnt Input any 3D point
tol Input tolerance

Links

AcGeCurve3d

Was this information helpful?