M_Rhino_Geometry_Curve_ExtendOnSurface_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ExtendOnSurface Method (CurveEnd, Surface)

Extends a curve on a surface.

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

Syntax

C#

public Curve ExtendOnSurface(
	CurveEnd side,
	Surface surface
)

VB

Public Function ExtendOnSurface ( 
	side As CurveEnd,
	surface As Surface
) As Curve

Parameters

 

side
Type: Rhino.Geometry.CurveEnd
The end of the curve to extend.
surface
Type: Rhino.Geometry.Surface
Surface that contains the curve.

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
ExtendOnSurface Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️