removeIsolatedClusters{

remove clusters who have less than a given number of single geometry elements (triangles, quads, etc.)

  • For the given geometrical entity (file or AliasName), the geometry is scanned for all clusters, i.e. topologically connected parts of the geometry.
  • Count the number of single elements (BND_tria, BND_quad, etc.) inside of each identified cluster.
  • A cluster is deleted if the number of single entities is less than the given number.
begin_boundary_elements{} include{FileName} removeIsolatedClusters{ N_min } # remove tiny clusters based on all the geometry read from the given file ... manipulate{"AliasName"} removeIsolatedClusters{ N_min } # remove tiny clusters based on the geometry described by the given AliasName ... end_boundary_elements
N_min: minimum number of single elements required for a valid cluster.