set#

class ansys.fluent.core.generated.meshing.tui_242.main_menu.objects.set(service, version, mode, path)#

Bases: TUIMenu

Contains options for setting additional object-related settings.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

set_edge_feature_angle(service, version, ...)

Sets the edge feature angle to be used for extracting edge zone(s) from the face zone(s) included in the object(s).

show_edge_zones(service, version, mode, path)

Displays the edge zone(s) comprising the object(s) drawn in the graphics window.

show_face_zones(service, version, mode, path)

Displays the face zone(s) comprising the object(s) drawn in the graphics window.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Sets the edge feature angle to be used for extracting edge zone(s) from the face zone(s) included in the object(s).

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

Bases: TUIMethod

Displays the edge zone(s) comprising the object(s) drawn in the graphics window.

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

Bases: TUIMethod

Displays the face zone(s) comprising the object(s) drawn in the graphics window.