intersection_mesh_mesh

compas.geometry.intersection_mesh_mesh(A, B)[source]

Compute the intersection of tow meshes.

Parameters
  • A (tuple of vertices and faces) – Mesh A.

  • B (tuple of vertices and faces) – Mesh B.

Returns

list of arrays of points – The intersection polylines as arrays of points.