Click or drag to resize

CurveExtend Method (CurveEnd, CurveExtensionStyle, Point3d)

Extends a curve to a point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve Extend(
	CurveEnd side,
	CurveExtensionStyle style,
	Point3d endPoint
)

Parameters

side
Type: Rhino.GeometryCurveEnd
The end of the curve to extend.
style
Type: Rhino.GeometryCurveExtensionStyle
The style or type of extension to use.
endPoint
Type: Rhino.GeometryPoint3d
A new end point.

Return Value

Type: Curve
New extended curve result on success, null on failure.
See Also