Skip to content

M_Rhino_Geometry_Curve_Extend_2

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.Extend Method (CurveEnd, Double, CurveExtensionStyle)

Extends a curve by a specific length.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Curve Extend(
	CurveEnd side,
	double length,
	CurveExtensionStyle style
)

VB

Public Function Extend ( 
	side As CurveEnd,
	length As Double,
	style As CurveExtensionStyle
) As Curve

Parameters

 

side
Type: Rhino.Geometry.CurveEnd
Curve end to extend.
length
Type: System.Double
Length to add to the curve end.
style
Type: Rhino.Geometry.CurveExtensionStyle
Extension style.

Return Value

Type: Curve
A curve with extended ends or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Extend Overload
Rhino.Geometry Namespace

Clone this wiki locally