modify#
Bases:
TUIMenuEnter the mesh modify menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_improve_warp(service, version, mode, path)Improve the warp of the faces by node movement.
auto_node_move(service, version, mode, path)Improve the quality of the mesh by node movement.
clear_selections(service, version, mode, path)Clear all selections.
delete_isolated_cells(service, version, ...)Delete isolated cells.
deselect_last(service, version, mode, path)Deselect last selection.
extract_unused_nodes(service, version, mode, ...)Extract all unused nodes into a separate interior node zone.
list_selections(service, version, mode, path)List selections.
list_skewed_cells(service, version, mode, path)List cells between skewness limits.
mesh_node(service, version, mode, path)Introduce new node into existing mesh.
mesh_nodes_on_zone(service, version, mode, path)Insert nodes associated with node or face thread into volume mesh.
neighborhood_skew(service, version, mode, path)Report max skew of all cells using node.
refine_cell(service, version, mode, path)Refine cells in probe list with node near centroid.
repair_negative_volume_cells(service, ...)Improves negative volume cells by node movement.
select_entity(service, version, mode, path)Select a entity.
smooth_node(service, version, mode, path)Laplace smooth nodes in probe list.
__init__ method of TUIMenu class.
Bases:
TUIMethodImprove the warp of the faces by node movement.
Bases:
TUIMethodImprove the quality of the mesh by node movement.
Bases:
TUIMethodClear all selections.
Bases:
TUIMethodDelete isolated cells.
Bases:
TUIMethodDeselect last selection.
Bases:
TUIMethodExtract all unused nodes into a separate interior node zone.
Bases:
TUIMethodList selections.
Bases:
TUIMethodList cells between skewness limits.
Bases:
TUIMethodIntroduce new node into existing mesh.
Bases:
TUIMethodInsert nodes associated with node or face thread into volume mesh. If a face thread is specified, the faces are deleted before the nodes are introduced into the mesh.
Bases:
TUIMethodReport max skew of all cells using node.
Bases:
TUIMethodRefine cells in probe list with node near centroid.
Bases:
TUIMethodImproves negative volume cells by node movement.
Bases:
TUIMethodSelect a entity.
Bases:
TUIMethodLaplace smooth nodes in probe list.