Click or drag to resize

PolylineTrim Method

Constructs a polyline out of a parameter sub-domain in this curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Polyline Trim(
	Interval domain
)

Parameters

domain
Type: Rhino.GeometryInterval
The sub-domain of the polyline. The integer part of the domain parameters indicate the index of the segment.

Return Value

Type: Polyline
The polyline as defined by the sub-domain, or null on failure.
See Also