Skip to content

M_Rhino_Geometry_Curve_Extend

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

Curve.Extend Method (CurveEnd, CurveExtensionStyle, Point3d)

Extends a curve to a point.

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

Syntax

C#

public Curve Extend(
	CurveEnd side,
	CurveExtensionStyle style,
	Point3d endPoint
)

VB

Public Function Extend ( 
	side As CurveEnd,
	style As CurveExtensionStyle,
	endPoint As Point3d
) As Curve

Parameters

 

side
Type: Rhino.Geometry.CurveEnd
The end of the curve to extend.
style
Type: Rhino.Geometry.CurveExtensionStyle
The style or type of extension to use.
endPoint
Type: Rhino.Geometry.Point3d
A new end point.

Return Value

Type: Curve
New extended curve result on success, 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