RhinoCommon API
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
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: PolylineThe polyline as defined by the sub-domain, or null on failure.