Click or drag to resize

CurveTrimInterval Method (Interval)

Trims the curve in-place by removing portions of the curve outside the specified interval.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.25
Syntax
public bool TrimInterval(
	Interval domain
)

Parameters

domain
Type: Rhino.GeometryInterval
Trimming interval.

Return Value

Type: Boolean
True if successful, false otherwise.
Remarks
Portions of the curve before curve(domain[0]) and after curve(domain[1]) are removed.
See Also