modify#
Bases:
TUIMenuEnters 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:
TUIMethodEnables 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:
TUIMethodEnables 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:
TUIMethodClears all items from the selection list.
Bases:
TUIMethodDelete isolated cells.
Bases:
TUIMethodDeselects the last item you selected using the select-entity command.
Bases:
TUIMethodPlaces all unused nodes in a separate interior node zone.
Bases:
TUIMethodLists all items in the selection list.
Bases:
TUIMethodLists cells with skewness in a specified range.
Bases:
TUIMethodAttempts to introduce a new node into the existing mesh.
Bases:
TUIMethodInserts nodes associated with node or face zone into the volume mesh.
Bases:
TUIMethodReports the maximum skewness of cells using the specified node.
Bases:
TUIMethodAttempts 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:
TUIMethodRepairs 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:
TUIMethodAdds an entity (face, node, cell, etc.) to the selection list.
Bases:
TUIMethodApplies Laplace smoothing to the nodes in the selection list.