modify#
Bases:
TUIMenu
Enters the mesh modify menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_improve_warp
(service, version, mode, path)Enables you to improve face warp by node movement.
auto_node_move
(service, version, mode, path)Enables you to improve the mesh quality by node movement.
clear_selections
(service, version, mode, path)Clears all items from the selection list.
delete_isolated_cells
(service, version, ...)Delete isolated cells.
deselect_last
(service, version, mode, path)Deselects the last item you selected using the select-entity command.
extract_unused_nodes
(service, version, mode, ...)Places all unused nodes in a separate interior node zone.
list_selections
(service, version, mode, path)Lists all items in the selection list.
list_skewed_cells
(service, version, mode, path)Lists cells with skewness in a specified range.
mesh_node
(service, version, mode, path)Attempts to introduce a new node into the existing mesh.
mesh_nodes_on_zone
(service, version, mode, path)Inserts nodes associated with node or face zone into the volume mesh.
neighborhood_skew
(service, version, mode, path)Reports the maximum skewness of cells using the specified node.
refine_cell
(service, version, mode, path)Attempts to refine the cells in the probe list by introducing a node nears its centroid.
repair_negative_volume_cells
(service, ...)Repairs negative volume cells by moving nodes.
select_entity
(service, version, mode, path)Adds an entity (face, node, cell, etc.) to the selection list.
smooth_node
(service, version, mode, path)Applies Laplace smoothing to the nodes in the selection list.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enables you to improve face warp by node movement. Specify the appropriate cell zones and boundary zones, the maximum warp, the number of iterations per face to be improved, and the number of iterations of the automatic node movement procedure (default, 4).
Bases:
TUIMethod
Enables you to improve the mesh quality by node movement. Specify the appropriate cell zones and boundary zones, the quality limit based on the quality measure selected, dihedral angle, the number of iterations per node to be moved and the number of iterations of the automatic node movement procedure (default, 1). You can also choose to restrict the movement of boundary nodes along the surface.
Bases:
TUIMethod
Clears all items from the selection list.
Bases:
TUIMethod
Delete isolated cells.
Bases:
TUIMethod
Deselects the last item you selected using the select-entity command.
Bases:
TUIMethod
Places all unused nodes in a separate interior node zone.
Bases:
TUIMethod
Lists all items in the selection list.
Bases:
TUIMethod
Lists cells with skewness in a specified range.
Bases:
TUIMethod
Attempts to introduce a new node into the existing mesh.
Bases:
TUIMethod
Inserts nodes associated with node or face zone into the volume mesh.
Bases:
TUIMethod
Reports the maximum skewness of cells using the specified node.
Bases:
TUIMethod
Attempts to refine the cells in the probe list by introducing a node nears its centroid. This technique is useful for removing very flat cells near the boundary when boundary sliver removal is not possible. After refining the cell, you should smooth the mesh.
Bases:
TUIMethod
Repairs negative volume cells by moving nodes. Specify the appropriate boundary zones, the number of iterations per node to be moved, dihedral angle, whether to restrict the movement of boundary nodes along the surface, and the number of iterations of the automatic node movement procedure (default, 1).
Bases:
TUIMethod
Adds an entity (face, node, cell, etc.) to the selection list.
Bases:
TUIMethod
Applies Laplace smoothing to the nodes in the selection list.