Description:

Extends a curve by a line until it intersects a collection of objects.

Syntax:
public Curve ExtendByLine(
CurveEnd side,
IEnumerable<GeometryBase> geometry
)
Parameters:
  • side
  • Type: 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.
Returns:
Type: Curve
New extended curve result on success, None on failure.
Available since:
5.0

ExtendByLine method

Class:  Rhino.Geometry.Curve

Nothing found