modify#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.boundary.modify(service, version, mode, path)#

Bases: TUIMenu

Enter boundary modify menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

analyze_bnd_connectvty(service, version, ...)

Find and mark free edges/nodes and mutliple-connected edges/nodes.

auto_patch_holes(service, version, mode, path)

Patch zone(s) by filling holes.

clear_selections(service, version, mode, path)

Clear all selections.

clear_skew_faces(service, version, mode, path)

Clear faces previously marked as skewed.

collapse(service, version, mode, path)

Collapse pairs of nodes or edges or faces.

create(service, version, mode, path)

Create either nodes or faces.

create_mid_node(service, version, mode, path)

Create a node at the midpoint between two selected nodes.

delete(service, version, mode, path)

Delete either nodes, faces or zones.

delta_move(service, version, mode, path)

Move nodes to new positions.

deselect_last(service, version, mode, path)

Deselect last selection.

hole_feature_angle(service, version, mode, path)

Angle defining boundary of hole.

list_selections(service, version, mode, path)

List selections.

local_remesh(service, version, mode, path)

Remesh locally starting from face seeds.

mark_skew_face(service, version, mode, path)

Mark face to skip when reporting worst skew face.

merge(service, version, mode, path)

Merge nodes.

move(service, version, mode, path)

Move nodes to new positions.

next_skew(service, version, mode, path)

Display the next highest skewed boundary face.

patch_options(service, version, mode, path)

Settings for Patching zone(s) by filling holes.

rezone(service, version, mode, path)

Change the zone faces belong to.

select_entity(service, version, mode, path)

Select a entity.

select_filter(service, version, mode, path)

Select probe filter.

select_position(service, version, mode, path)

Select a position.

select_probe(service, version, mode, path)

Select probe function.

select_visible_entities(service, version, ...)

Set visual selection mode of entities.

select_zone(service, version, mode, path)

Select a zone.

show_filter(service, version, mode, path)

Show current probe filter.

show_probe(service, version, mode, path)

Show current probe function.

skew(service, version, mode, path)

Display the highest skewed boundary face.

skew_report_zone(service, version, mode, path)

Face zone for which skewness has to be reported.

smooth(service, version, mode, path)

Smooth selected nodes.

split_face(service, version, mode, path)

Split two selected faces into four.

swap(service, version, mode, path)

Swap edges.

undo(service, version, mode, path)

Undo last modification.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class analyze_bnd_connectvty(service, version, mode, path)#

Bases: TUIMethod

Find and mark free edges/nodes and mutliple-connected edges/nodes.

class auto_patch_holes(service, version, mode, path)#

Bases: TUIMethod

Patch zone(s) by filling holes.

class clear_selections(service, version, mode, path)#

Bases: TUIMethod

Clear all selections.

class clear_skew_faces(service, version, mode, path)#

Bases: TUIMethod

Clear faces previously marked as skewed.

class collapse(service, version, mode, path)#

Bases: TUIMethod

Collapse pairs of nodes or edges or faces.

class create(service, version, mode, path)#

Bases: TUIMethod

Create either nodes or faces.

class create_mid_node(service, version, mode, path)#

Bases: TUIMethod

Create a node at the midpoint between two selected nodes.

class delete(service, version, mode, path)#

Bases: TUIMethod

Delete either nodes, faces or zones.

class delta_move(service, version, mode, path)#

Bases: TUIMethod

Move nodes to new positions.

class deselect_last(service, version, mode, path)#

Bases: TUIMethod

Deselect last selection.

class hole_feature_angle(service, version, mode, path)#

Bases: TUIMethod

Angle defining boundary of hole.

class list_selections(service, version, mode, path)#

Bases: TUIMethod

List selections.

class local_remesh(service, version, mode, path)#

Bases: TUIMethod

Remesh locally starting from face seeds.

class mark_skew_face(service, version, mode, path)#

Bases: TUIMethod

Mark face to skip when reporting worst skew face.

class merge(service, version, mode, path)#

Bases: TUIMethod

Merge nodes.

class move(service, version, mode, path)#

Bases: TUIMethod

Move nodes to new positions.

class next_skew(service, version, mode, path)#

Bases: TUIMethod

Display the next highest skewed boundary face.

class patch_options(service, version, mode, path)#

Bases: TUIMethod

Settings for Patching zone(s) by filling holes.

class rezone(service, version, mode, path)#

Bases: TUIMethod

Change the zone faces belong to.

class select_entity(service, version, mode, path)#

Bases: TUIMethod

Select a entity.

class select_filter(service, version, mode, path)#

Bases: TUIMethod

Select probe filter.

class select_position(service, version, mode, path)#

Bases: TUIMethod

Select a position.

class select_probe(service, version, mode, path)#

Bases: TUIMethod

Select probe function.

class select_visible_entities(service, version, mode, path)#

Bases: TUIMethod

Set visual selection mode of entities.

class select_zone(service, version, mode, path)#

Bases: TUIMethod

Select a zone.

class show_filter(service, version, mode, path)#

Bases: TUIMethod

Show current probe filter.

class show_probe(service, version, mode, path)#

Bases: TUIMethod

Show current probe function.

class skew(service, version, mode, path)#

Bases: TUIMethod

Display the highest skewed boundary face.

class skew_report_zone(service, version, mode, path)#

Bases: TUIMethod

Face zone for which skewness has to be reported.

class smooth(service, version, mode, path)#

Bases: TUIMethod

Smooth selected nodes.

class split_face(service, version, mode, path)#

Bases: TUIMethod

Split two selected faces into four.

class swap(service, version, mode, path)#

Bases: TUIMethod

Swap edges.

class undo(service, version, mode, path)#

Bases: TUIMethod

Undo last modification.