tet#
Bases:
TUIMenu
Enters the tetrahedral mesh menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
controls
(service, version, mode, path)Enters the tet controls menu.
delete_virtual_cells
(service, version, mode, ...)Deletes virtual cells created due to the use of the keep-virtual-entities? option.
improve
(service, version, mode, path)Enters the tet improve menu.
init
(service, version, mode, path)Generates the initial Delaunay mesh by meshing the boundary nodes.
init_refine
(service, version, mode, path)Generates the tetrahedral mesh.
local_regions
(service, version, mode, path)Enters the local refinement menu.
mesh_object
(service, version, mode, path)Tet mesh object of type mesh.
preserve_cell_zone
(service, version, mode, path)Allows you to specify the cell zones to be preserved during the meshing process.
refine
(service, version, mode, path)Refines the initialized mesh.
trace_path_between_cells
(service, version, ...)Detects holes in the geometry by tracing the path between the two specified cells.
un_preserve_cell_zone
(service, version, ...)Un-preserve cell zone.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Deletes virtual cells created due to the use of the keep-virtual-entities? option.
Bases:
TUIMethod
Generates the initial Delaunay mesh by meshing the boundary nodes.
Bases:
TUIMethod
Generates the tetrahedral mesh.
Bases:
TUIMethod
Tet mesh object of type mesh.
Bases:
TUIMethod
Allows you to specify the cell zones to be preserved during the meshing process.
Bases:
TUIMethod
Refines the initialized mesh.
Bases:
TUIMethod
Detects holes in the geometry by tracing the path between the two specified cells.
Bases:
TUIMethod
Un-preserve cell zone.