M_Rhino_Geometry_Curve_ExtendOnSurface - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ExtendOnSurface Method (CurveEnd, BrepFace)

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,
	BrepFace face
)

VB

Public Function ExtendOnSurface ( 
	side As CurveEnd,
	face As BrepFace
) As Curve

Parameters

 

side
Type: Rhino.Geometry.CurveEnd
The end of the curve to extend.
face
Type: Rhino.Geometry.BrepFace
BrepFace 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** ⚠️