intersection_mesh_mesh
- compas.geometry.intersection_mesh_mesh(A, B)[source]
Compute the intersection of two meshes.
- Parameters:
- Atuple of vertices and faces
Mesh A.
- Btuple of vertices and faces
Mesh B.
- Returns:
- list of arrays of points
The intersection polylines as arrays of points.