M_Rhino_Geometry_Curve_Extend_3 - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public Curve Extend(
Interval domain
)
VB
Public Function Extend (
domain As Interval
) As Curve
- domain
- Type: Rhino.Geometry.Interval
Extension domain.
Type: Curve
Extended curve on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w