M_Rhino_Geometry_Curve_Extend_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Extend Method (Double, Double)

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

Syntax

C#

public Curve Extend(
	double t0,
	double t1
)

VB

Public Function Extend ( 
	t0 As Double,
	t1 As Double
) As Curve

Parameters

 

t0
Type: System.Double
Start of extension domain, if the start is not inside the Domain of this curve, an attempt will be made to extend the curve.
t1
Type: System.Double
End of extension domain, if the end is not inside the Domain of this curve, an attempt will be made to extend the curve.

Return Value

Type: Curve
Extended curve on success, null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Extend Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️