Curve.Length
Description:
The exact length of the curve.
The exact length of the curve.
Remarks:
Computes the length of the curve using analytical or numeric integration. There is no performance hit for lines and arcs.
Computes the length of the curve using analytical or numeric integration. There is no performance hit for lines and arcs.
public double Length { get; }
-
Thrown when the curve is unbound and not periodic.