M_Rhino_Geometry_Curve_Extend_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Extends a curve by a specific length.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Curve
A curve with extended ends or null on failure.
Supported in: 6.0.16224.21491, 5D58w