meshing.tui.boundary.separate#

class main_menu.boundary.separate(path, service)#

Contains options for separating face zones.

mark_faces_in_region(*args, **kwargs)#

Marks the faces that are contained in a specified local refinement region.

sep_face_zone_by_angle(*args, **kwargs)#

Separates a boundary face zone based on significant angle.

sep_face_zone_by_cnbor(*args, **kwargs)#

Separates a boundary/interior face zone based on its cell neighbors.

sep_face_zone_by_mark(*args, **kwargs)#

Separates a boundary face zone by moving marked faces to a new zone.

sep_face_zone_by_region(*args, **kwargs)#

Separates a boundary face zone based on contiguous regions.

sep_face_zone_by_seed(*args, **kwargs)#

Separates a boundary face zone by defining a seed face on the surface.

sep_face_zone_by_seed_angle(*args, **kwargs)#

Separates faces connected to the seed face, whose normal fall within the specified cone.

sep_face_zone_by_shape(*args, **kwargs)#

Separates a boundary face zone based on the shape of the faces (triangular or quadrilateral).