Click or drag to resize

CurveExtendOnSurface Method (CurveEnd, Surface)

Extends a curve on a surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve ExtendOnSurface(
	CurveEnd side,
	Surface surface
)

Parameters

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

Return Value

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