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
)
Public Function Extend (
side As CurveEnd,
style As CurveExtensionStyle,
endPoint As Point3d
) As Curve
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:
CurveNew extended curve result on success, null on failure.
See Also