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 |