set_grid#

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

Bases: TUIMenu

Enter the set-grid menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

all_cells(service, version, mode, path)

Draw all elements in cell zones.

all_faces(service, version, mode, path)

Draw all elements in face zones.

all_nodes(service, version, mode, path)

Draw all elements in node zones.

cell_quality(service, version, mode, path)

Draw cells only in specified quality range.

default(service, version, mode, path)

Reset all display variables to their default value.

face_quality(service, version, mode, path)

Draw faces only in specified quality range.

free(service, version, mode, path)

Draw free elements.

label_alignment(service, version, mode, path)

Set label alignment; chose from "^v<>*".

label_font(service, version, mode, path)

Set label font.

label_scale(service, version, mode, path)

Set label scale.

labels(service, version, mode, path)

Turn on/off labeling.

left_handed(service, version, mode, path)

Draw left-handed elements.

list(service, version, mode, path)

List display variables.

marked(service, version, mode, path)

Draw marked elements.

multi(service, version, mode, path)

Draw multiply-connected elements.

neighborhood(service, version, mode, path)

Set display bounds to draw entities in the neighborhood of a entity.

node_size(service, version, mode, path)

Set node symbol scaling factor.

node_symbol(service, version, mode, path)

Set node symbol.

normal_scale(service, version, mode, path)

Face normal scale.

normals(service, version, mode, path)

Turn on/off face normals.

refine(service, version, mode, path)

Draw refine marked elements.

tagged(service, version, mode, path)

Draw tagged elements.

unmeshed(service, version, mode, path)

Draw unmeshed elements.

unused(service, version, mode, path)

Draw unused nodes.

x_range(service, version, mode, path)

Draw only entities with x coordinates in specified range.

y_range(service, version, mode, path)

Draw only entities with y coordinates in specified range.

z_range(service, version, mode, path)

Draw only entities with z coordinates in specified range.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Draw all elements in cell zones.

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

Bases: TUIMethod

Draw all elements in face zones.

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

Bases: TUIMethod

Draw all elements in node zones.

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

Bases: TUIMethod

Draw cells only in specified quality range.

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

Bases: TUIMethod

Reset all display variables to their default value.

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

Bases: TUIMethod

Draw faces only in specified quality range.

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

Bases: TUIMethod

Draw free elements.

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

Bases: TUIMethod

Set label alignment; chose from “^v<>*”.

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

Bases: TUIMethod

Set label font.

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

Bases: TUIMethod

Set label scale.

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

Bases: TUIMethod

Turn on/off labeling.

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

Bases: TUIMethod

Draw left-handed elements.

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

Bases: TUIMethod

List display variables.

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

Bases: TUIMethod

Draw marked elements.

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

Bases: TUIMethod

Draw multiply-connected elements.

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

Bases: TUIMethod

Set display bounds to draw entities in the neighborhood of a entity.

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

Bases: TUIMethod

Set node symbol scaling factor.

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

Bases: TUIMethod

Set node symbol.

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

Bases: TUIMethod

Face normal scale.

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

Bases: TUIMethod

Turn on/off face normals.

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

Bases: TUIMethod

Draw refine marked elements.

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

Bases: TUIMethod

Draw tagged elements.

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

Bases: TUIMethod

Draw unmeshed elements.

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

Bases: TUIMethod

Draw unused nodes.

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

Bases: TUIMethod

Draw only entities with x coordinates in specified range.

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

Bases: TUIMethod

Draw only entities with y coordinates in specified range.

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

Bases: TUIMethod

Draw only entities with z coordinates in specified range.