boolean_difference_mesh_mesh
- compas_blender.geometry.booleans.boolean_difference_mesh_mesh(A, B, remesh=False)[source]
Compute the boolean difference of two triangle meshes.
- Parameters
- Returns
tuple[list[[float, float, foat]], list[[int, int, int]]] – The vertices and the faces of the boolean difference.