API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > length Method > OdGeCurve3d::length Method (double, double, double)
OdGeCurve3d::length Method (double, double, double)
Syntax
C++
double length(double fromParam, double toParam, double tol = OdGeContext::gTol.equalPoint()) const;
Parameters 
Description 
double fromParam 
[in] Starting parameter value.  
double toParam 
[in] Ending parameter value.  
double tol = OdGeContext::gTol.equalPoint() 
[in] Geometric tolerance. 

Returns the length of this curve over the specified parameter range. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.