RhinoCommon API
CurveExtend Method (Interval) |
Where possible, analytically extends curve to include the given domain.
This will not work on closed curves. The original curve will be identical to the
restriction of the resulting curve to the original curve domain.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Parameters
- domain
- Type: Rhino.GeometryInterval
Extension domain.
Return Value
Type: CurveExtended curve on success, null on failure.
