M_Rhino_Geometry_Curve_ExtendByArc - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Curve ExtendByArc(
CurveEnd side,
IEnumerable<GeometryBase> geometry
)
VB
Public Function ExtendByArc (
side As CurveEnd,
geometry As IEnumerable(Of GeometryBase)
) As Curve
- 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.
Type: Curve
New extended curve result on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w