Share

AcGeCurve3d::distanceTo

C++

GE_DLLEXPIMPORT double distanceTo(
    const AcGeCurve3d& curve, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Returns the distance between the closest points between this curve and the input curve.

Parameters

Parameters Description
curve Input any 3D curve
tol Input tolerance

Links

AcGeCurve3d

Was this information helpful?