modify#
Bases:
TUIMenu
Contains commands used to modify the boundary mesh.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
analyze_bnd_connectvty
(service, version, ...)Finds and marks free edges and nodes and multiply-connected edges and nodes.
auto_patch_holes
(service, version, mode, path)Patch zone(s) by filling holes.
clear_selections
(service, version, mode, path)Clears all selections.
clear_skew_faces
(service, version, mode, path)Clears faces that were marked using the mark-skew-face command.
collapse
(service, version, mode, path)Collapses pairs of nodes, edge(s), or face(s).
create
(service, version, mode, path)Creates a boundary face if the selection list contains 3 nodes and an optional zone.
create_mid_node
(service, version, mode, path)Creates a node at the midpoint between two selected nodes.
delete
(service, version, mode, path)Deletes all selected faces and nodes.
delta_move
(service, version, mode, path)Moves the selected node by specified magnitude.
deselect_last
(service, version, mode, path)Removes the last selection from the selection list.
hole_feature_angle
(service, version, mode, path)Specifies the feature angle for consideration of holes in the geometry.
list_selections
(service, version, mode, path)Lists all of the selected objects.
local_remesh
(service, version, mode, path)Remeshes marked faces or faces based on selections in the graphics window.
mark_skew_face
(service, version, mode, path)Marks faces that should be skipped when the worst skewed face is reported using the Modify Boundary dialog box.
merge
(service, version, mode, path)Merges pairs of nodes.
move
(service, version, mode, path)Moves the selected node to the selected position if the selection list contains a node and a position.
next_skew
(service, version, mode, path)Finds the triangular face of nearest lower skewness value than that of the worst skewed face.
patch_options
(service, version, mode, path)Settings for Patching zone(s) by filling holes.
rezone
(service, version, mode, path)Moves the selected faces from their current zone into the selected zone, if the selection list contains a zone and one or more faces.
select_entity
(service, version, mode, path)Adds a cell, face, or node to the selection list by entering the name of the entity.
select_filter
(service, version, mode, path)Selects a filter.
select_position
(service, version, mode, path)Adds a position to the selection list by entering the coordinates of the position.
select_probe
(service, version, mode, path)Selects the probe function.
select_visible_entities
(service, version, ...)Enables you to select only visible entities (nodes, edges, faces, zones, objects) when the box select or polygon select options are used.
select_zone
(service, version, mode, path)Adds a zone to the selection list by entering the zone name or ID.
show_filter
(service, version, mode, path)Shows the current filter.
show_probe
(service, version, mode, path)Shows the current probe function.
skew
(service, version, mode, path)Finds the face with the highest (worst) skewness, selects it in the graphics window, and reports its skewness and zone ID in the console window.
skew_report_zone
(service, version, mode, path)Enables you to select the zone for which you want to report the skewness.
smooth
(service, version, mode, path)Uses Laplace smoothing to modify the position of the nodes in the selection list.
split_face
(service, version, mode, path)Splits two selected faces into four faces.
swap
(service, version, mode, path)Swaps boundary edges (of triangular faces) if the selection list contains edges.
undo
(service, version, mode, path)Undoes the previous operation.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Finds and marks free edges and nodes and multiply-connected edges and nodes. This process is necessary if the boundary mesh has been changed with Scheme functions.
Bases:
TUIMethod
Patch zone(s) by filling holes.
Bases:
TUIMethod
Clears all selections.
Bases:
TUIMethod
Clears faces that were marked using the mark-skew-face command.
Bases:
TUIMethod
Collapses pairs of nodes, edge(s), or face(s). If a pair of nodes is selected, both the nodes are deleted and a new node is created at the midpoint of the two nodes. If a triangular face is selected, the complete face is collapsed into a single node at the centroid of the face.
Bases:
TUIMethod
Creates a boundary face if the selection list contains 3 nodes and an optional zone. If the selection list contains positions, then nodes are created.
Bases:
TUIMethod
Creates a node at the midpoint between two selected nodes.
Bases:
TUIMethod
Deletes all selected faces and nodes.
Bases:
TUIMethod
Moves the selected node by specified magnitude.
Bases:
TUIMethod
Removes the last selection from the selection list.
Bases:
TUIMethod
Specifies the feature angle for consideration of holes in the geometry.
Bases:
TUIMethod
Lists all of the selected objects.
Bases:
TUIMethod
Remeshes marked faces or faces based on selections in the graphics window. Select the faces to be remeshed and specify the sizing source (constant-size, geometry, or size-field), the number of radial layers of faces to be remeshed (rings), the feature angle to be preserved while remeshing the selected faces, and the size for constant size remeshing (if applicable).
Bases:
TUIMethod
Marks faces that should be skipped when the worst skewed face is reported using the Modify Boundary dialog box. This enables you to search for the next skewed face.
Bases:
TUIMethod
Merges pairs of nodes. The first node selected is retained, and the second is the duplicate that is merged.
Bases:
TUIMethod
Moves the selected node to the selected position if the selection list contains a node and a position.
Bases:
TUIMethod
Finds the triangular face of nearest lower skewness value than that of the worst skewed face. The face ID, its skewness, the longest edge ID, and the node ID opposite to the longest edge are displayed in the console.
Bases:
TUIMethod
Settings for Patching zone(s) by filling holes.
Bases:
TUIMethod
Moves the selected faces from their current zone into the selected zone, if the selection list contains a zone and one or more faces.
Bases:
TUIMethod
Adds a cell, face, or node to the selection list by entering the name of the entity.
Bases:
TUIMethod
Selects a filter. The possible filters are off, cell, face, edge, node, zone, position, object, and size. If off is chosen, then when a selection is made, it is first checked to see if it is a cell, then a face, an edge, and so on. When the node filter is used, and if a cell or face is selected, the node closest to the selection point is picked. Thus, the nodes do not have to be displayed, to be picked.
Bases:
TUIMethod
Adds a position to the selection list by entering the coordinates of the position.
Bases:
TUIMethod
Selects the probe function. The possible functions are:.
Bases:
TUIMethod
Enables you to select only visible entities (nodes, edges, faces, zones, objects) when the box select or polygon select options are used. Ensure that the model is zoomed to an appropriate level for correct selection.
Bases:
TUIMethod
Adds a zone to the selection list by entering the zone name or ID.
Bases:
TUIMethod
Shows the current filter.
Bases:
TUIMethod
Shows the current probe function.
Bases:
TUIMethod
Finds the face with the highest (worst) skewness, selects it in the graphics window, and reports its skewness and zone ID in the console window.
Bases:
TUIMethod
Enables you to select the zone for which you want to report the skewness. You can either specify zone name or zone ID.
Bases:
TUIMethod
Uses Laplace smoothing to modify the position of the nodes in the selection list. It moves the selected node to a position computed from an average of its node neighbors. The new position is an average of the neighboring node coordinates and is not reprojected to the discrete surface.
Bases:
TUIMethod
Splits two selected faces into four faces.
Bases:
TUIMethod
Swaps boundary edges (of triangular faces) if the selection list contains edges.
Bases:
TUIMethod
Undoes the previous operation. When an operation is performed, the reverse operation is stored on the undo stack. For example, a create operation places a delete on the stack, and a delete adds a create operation. The undo operation requires that the name of the object exist when the action is undone. If the name does not exist, then the undo will fail. You can undo the last few operations, but if many operations are being performed it is recommended that you also save the mesh periodically.