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

 

This method calls LinearEntity3d.IntersectWith(PlanarEntity plane, Tolerance tolerance) with tolerance set to Global.

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