mesh_mesh_interfaces
- compas_assembly.algorithms.mesh_mesh_interfaces(a, b, tmax=1e-06, amin=0.1)
Compute all face-face contact interfaces between two meshes.
- Parameters:
- a
compas.datastructures.Mesh
- b
compas.datastructures.Mesh
- tmaxfloat, optional
Maximum deviation from the perfectly flat interface plane.
- aminfloat, optional
Minimum area of a “face-face” interface.
- a
- Returns:
- List[
Interface
]
- List[