Curve.ApproximateLength
Property
Description:
The approximate length of the curve.
The approximate length of the curve.
Remarks:
Quickly estimates the length of the curve, may deviate by a factor of 2 in some cases. The computation is exact for lines and arcs.
Quickly estimates the length of the curve, may deviate by a factor of 2 in some cases. The computation is exact for lines and arcs.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the curve is unbound and not periodic. |