CompositeCurve.IntersectionLineLine (ICurve, ICurve, out Point3D) Method

Finds the intersection between two Line entities
Public Shared Function IntersectionLineLine( _ 
ByVal line1 As ICurve, _ 
ByVal line2 As ICurve, _ 
ByRef i0 As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool IntersectionLineLine( 
ICurve line1
ICurve line2
out Point3D i0 
)
This language is not supported or no code example is available.

Parameters

line1
ICurve

The first line entity

line2
ICurve

The second line entity

i0
Point3D

The intersection point (when it exists)

Return Value

bool

True if the intersection is found, false when the two entities don't touch.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition