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.
N_min: minimum number of single elements required for a valid cluster.