Rhino for Mac 5.1
Extends a curve by a line until it intersects a collection of objects.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic Curve ExtendByLine(
CurveEnd side,
IEnumerable<GeometryBase> geometry
)
Public Function ExtendByLine (
side As CurveEnd,
geometry As IEnumerable(Of GeometryBase)
) As Curve
Parameters
- side
- Type: Rhino.GeometryCurveEnd
The end of the curve to extend. - geometry
- Type: System.Collections.GenericIEnumerableGeometryBase
A collection of objects. Allowable object types are Curve, Surface, Brep.
Return Value
Type:
CurveNew extended curve result on success, null on failure.
See Also