Autodesk.AutoCAD.Geometry Namespace > LinearEntity3d Class > LinearEntity3d Methods > IntersectWith Method > IntersectWith(LinearEntity3d, Tolerance) Method
LinearEntity3d.IntersectWith(LinearEntity3d, Tolerance) Method
Description

 

Determines if two lines intersect and if so returns their intersection point.

Visual Basic
Public Function IntersectWith(
    line As LinearEntity3d, 
    tolerance As Tolerance
) As Point3d()
C#
public Point3d\[\] IntersectWith(
    LinearEntity3d line, 
    Tolerance tolerance
);
Parameters
Parameters 
Description 
LinearEntity3d line 
Input any 3D linear entity 
Tolerance tolerance 
Input tolerance value 
Links
   Comments?