M_Rhino_Geometry_Curve_ExtendByArc - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ExtendByArc Method

Extends a curve by an Arc until it intersects a collection of objects.

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

Syntax

C#

public Curve ExtendByArc(
	CurveEnd side,
	IEnumerable<GeometryBase> geometry
)

VB

Public Function ExtendByArc ( 
	side As CurveEnd,
	geometry As IEnumerable(Of GeometryBase)
) As Curve

Parameters

 

side
Type: Rhino.Geometry.CurveEnd
The end of the curve to extend.
geometry
Type: System.Collections.Generic.IEnumerable(GeometryBase)
A collection of objects. Allowable object types are Curve, Surface, Brep.

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

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