Overload_Rhino_Geometry_Curve_GetLength - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
GetLength() | Gets the length of the curve with a fractional tolerance of 1.0e-8. |
![]() |
GetLength(Double) | Get the length of the curve. |
![]() |
GetLength(Interval) | Get the length of a sub-section of the curve with a fractional tolerance of 1e-8. |
![]() |
GetLength(Double, Interval) | Get the length of a sub-section of the curve. |