Description:
Shortens a curve by a given length
Description:
Removes portions of the curve outside the specified interval.
Parameters:
- t0
- Type: double
- Start of the trimming interval. Portions of the curve before curve(t0) are removed.
- t1
- Type: double
- End of the trimming interval. Portions of the curve after curve(t1) are removed.
Returns:
Type: Curve
Trimmed portion of this curve is successful, None on failure.
Available since:
5.0
Description:
Removes portions of the curve outside the specified interval.