M_Rhino_Geometry_Curve_Extend_3 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Extend 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) Version: Rhino 6.0

Syntax

C#

public Curve Extend(
	Interval domain
)

VB

Public Function Extend ( 
	domain As Interval
) As Curve

Parameters

 

domain
Type: Rhino.Geometry.Interval
Extension domain.

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** ⚠️