is_intersection_plane_plane

compas.geometry.is_intersection_plane_plane(plane1, plane2, tol=1e-06)[source]

Verifies if two planes intersect.

Parameters
Returns

bool – True if plane1 intersects with plane2. False otherwise.