Determines if line intersects input plane and if so returns their intersection point.
Public Function IntersectWith( plane As PlanarEntity, tolerance As Tolerance ) As Point3d()
public Point3d\[\] IntersectWith( PlanarEntity plane, Tolerance tolerance );
Parameters |
Description |
PlanarEntity plane |
Input any planar entity |
Tolerance tolerance |
Input tolerance value |
Comments? |