separate#
Bases:
TUIMenuContains options for separating face zones.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
local_regions(service, version, mode, path)Enters the local refinement menu.
mark_faces_in_region(service, version, mode, ...)Marks the faces that are contained in a specified local refinement region.
sep_face_zone_by_angle(service, version, ...)Separates a boundary face zone based on significant angle.
sep_face_zone_by_cnbor(service, version, ...)Separates a boundary/interior face zone based on its cell neighbors.
sep_face_zone_by_mark(service, version, ...)Separates a boundary face zone by moving marked faces to a new zone.
sep_face_zone_by_region(service, version, ...)Separates a boundary face zone based on contiguous regions.
sep_face_zone_by_seed(service, version, ...)Separates a boundary face zone by defining a seed face on the surface.
sep_face_zone_by_seed_angle(service, ...)Separates faces connected to the seed face, whose normal fall within the specified cone.
sep_face_zone_by_shape(service, version, ...)Separates a boundary face zone based on the shape of the faces (triangular or quadrilateral).
__init__ method of TUIMenu class.
Bases:
TUIMethodMarks the faces that are contained in a specified local refinement region.
Bases:
TUIMethodSeparates a boundary face zone based on significant angle.
Bases:
TUIMethodSeparates a boundary/interior face zone based on its cell neighbors.
Bases:
TUIMethodSeparates a boundary face zone by moving marked faces to a new zone.
Bases:
TUIMethodSeparates a boundary face zone based on contiguous regions.
Bases:
TUIMethodSeparates a boundary face zone by defining a seed face on the surface.
Bases:
TUIMethodSeparates faces connected to the seed face, whose normal fall within the specified cone.
Bases:
TUIMethodSeparates a boundary face zone based on the shape of the faces (triangular or quadrilateral).