M_Rhino_Geometry_Curve_Extend - mcneel/rhinocommon-api-docs GitHub Wiki
Extends a curve to a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Curve
New extended curve result on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w