Eyeshot 10 WinForms API Reference
IntersectionLineLine(ICurve,ICurve,Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CompositeCurve Class > IntersectionLineLine Method : IntersectionLineLine(ICurve,ICurve,Point3D) Method
The first line entity
The second line entity
The intersection point (when it exists)
Finds the intersection between two Line entities
Syntax
'Declaration
 
Public Overloads Shared Function IntersectionLineLine( _
   ByVal line1 As ICurve, _
   ByVal line2 As ICurve, _
   ByRef i0 As Point3D _
) As Boolean
public static bool IntersectionLineLine( 
   ICurve line1,
   ICurve line2,
   out Point3D i0
)

Parameters

line1
The first line entity
line2
The second line entity
i0
The intersection point (when it exists)

Return Value

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

Reference

CompositeCurve Class
CompositeCurve Members
Overload List