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

 

Determines if line intersects input plane and if so returns their intersection point.

Visual Basic
Public Function IntersectWith(
    plane As PlanarEntity, 
    tolerance As Tolerance
) As Point3d()
C#
public Point3d\[\] IntersectWith(
    PlanarEntity plane, 
    Tolerance tolerance
);
Parameters
Parameters 
Description 
PlanarEntity plane 
Input any planar entity 
Tolerance tolerance 
Input tolerance value 
Links
   Comments?