boolean_intersection_mesh_mesh
- compas_rhino.geometry.booleans.boolean_intersection_mesh_mesh(A, B, remesh=False)[source]
Compute the boolean intersection of two triangle meshes.
- Parameters
- Returns
sequence[[float, float, float]] – The vertices of the boolean intersection.
sequence[[int, int, int]] – The faces of the boolean intersection.