assembly_interfaces_numpy

compas_cra.algorithms.assembly_interfaces_numpy(assembly, nmax=10, tmax=1e-06, amin=0.1)[source]

Identify the interfaces between the blocks of an assembly.

Parameters
  • assembly (Assembly) – An assembly of discrete blocks.

  • nmax (int, optional) – Maximum number of neighbours per block.

  • tmax (float, optional) – Maximum deviation from the perfectly flat interface plane.

  • amin (float, optional) – Minimum area of a “face-face” interface.

References