boolean_intersection_mesh_mesh

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

Compute the boolean intersection of two triangle meshes.

Parameters
  • A ((list, list)) – The vertices and faces of mesh A.

  • B ((list, list)) – The vertices and faces of mesh B.

Returns

tuple – The vertices and the faces of the boolean intersection.