mesh_mesh_interfaces

compas_assembly.algorithms.mesh_mesh_interfaces(a: compas.datastructures.mesh.mesh.Mesh, b: compas.datastructures.mesh.mesh.Mesh, tmax: float = 1e-06, amin: float = 0.1)[source]

Compute all face-face contact interfaces between two meshes.

Parameters
Returns

List[Interface]