tet#
Bases:
TUIMenuEnters 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:
TUIMethodDeletes virtual cells created due to the use of the keep-virtual-entities? option.
Bases:
TUIMethodGenerates the initial Delaunay mesh by meshing the boundary nodes.
Bases:
TUIMethodGenerates the tetrahedral mesh.
Bases:
TUIMethodTet mesh object of type mesh.
Bases:
TUIMethodAllows you to specify the cell zones to be preserved during the meshing process.
Bases:
TUIMethodRefines the initialized mesh.
Bases:
TUIMethodDetects holes in the geometry by tracing the path between the two specified cells.
Bases:
TUIMethodUn-preserve cell zone.