Share

AcGeCurve3d::length

C++

GE_DLLEXPIMPORT double length(
    double fromParam, 
    double toParam, 
    double tol = AcGeContext::gTol.equalPoint()
) const;

Description

Returns the arc length of the curve between the two parameter values.

Parameters

Parameters Description
fromParam Input first parameter value
toParam Input second parameter value
tol Input tolerance

Links

AcGeLineSeg3d

Was this information helpful?