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
tmax (float, optional) – Maximum deviation from the perfectly flat interface plane.
amin (float, optional) – Minimum area of a “face-face” interface.
- Returns
List[
Interface
]