set_grid#

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

Bases: TUIMenu

Contains options controlling the display of the grid.

Classes:

all_cells(service, version, mode, path)

Enables/disables the display of all cells.

all_faces(service, version, mode, path)

Enables/disables the display of all faces.

all_nodes(service, version, mode, path)

Enables/disables the display of all nodes.

cell_quality(service, version, mode, path)

Sets the lower and upper bounds of quality for cells to be displayed.

default(service, version, mode, path)

Resets the grid display parameters to their default values.

face_quality(service, version, mode, path)

Sets the lower and upper bounds of quality for faces to be displayed.

free(service, version, mode, path)

Enables/disables the drawing of faces/nodes that have no neighboring face on at least one edge.

label_alignment(service, version, mode, path)

Sets the alignment of labels that appear in the graphics window.

label_font(service, version, mode, path)

Sets the label font.

label_scale(service, version, mode, path)

Scales the size of the label.

labels(service, version, mode, path)

Enables/disables the display of labels.

left_handed(service, version, mode, path)

Enables/disables the display of left-handed faces.

list(service, version, mode, path)

Lists all the grid display settings.

marked(service, version, mode, path)

Enables/disables the display of marked nodes.

multi(service, version, mode, path)

Enables/disables the display of those faces/nodes that have more than one neighboring face on an edge.

neighborhood(service, version, mode, path)

Sets the x, y, and z range to be within a specified neighborhood of a specified grid object.

node_size(service, version, mode, path)

Sets the node symbol scaling factor.

node_symbol(service, version, mode, path)

Specifies the node symbol.

normal_scale(service, version, mode, path)

Sets the scale factor for face normals.

normals(service, version, mode, path)

Enables/disables the display of face normals.

refine(service, version, mode, path)

Enables/disables the display of those faces that have been marked for refinement.

tagged(service, version, mode, path)

Enables/disables the display of tagged nodes.

unmeshed(service, version, mode, path)

Enables/disables the display of nodes and faces that have not been meshed.

unused(service, version, mode, path)

Enables/disables the display of unused nodes.

x_range(service, version, mode, path)

Limits the display of grid objects to the specified x-range.

y_range(service, version, mode, path)

Limits the display of grid objects to the specified y-range.

z_range(service, version, mode, path)

Limits the display of grid objects to the specified z-range.

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

Bases: TUIMethod

Enables/disables the display of all cells.

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

Bases: TUIMethod

Enables/disables the display of all faces.

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

Bases: TUIMethod

Enables/disables the display of all nodes.

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

Bases: TUIMethod

Sets the lower and upper bounds of quality for cells to be displayed. Only cells with a quality measure value (for example, skewness) within the specified range will be displayed.

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

Bases: TUIMethod

Resets the grid display parameters to their default values.

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

Bases: TUIMethod

Sets the lower and upper bounds of quality for faces to be displayed. Only faces with a quality measure value (for example, skewness) within the specified range will be displayed.

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

Bases: TUIMethod

Enables/disables the drawing of faces/nodes that have no neighboring face on at least one edge.

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

Bases: TUIMethod

Sets the alignment of labels that appear in the graphics window. By default, the label is centered on the node, cell, and so on, to which the label refers. You can specify *,ˆ, v, <, > for center, top, bottom, left, or right. You can also combine symbols—for example, “*v” for bottom center.

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

Bases: TUIMethod

Sets the label font. By default, all labels appear in “sans serif” font. Some other choices are roman, typewriter, and stroked.

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

Bases: TUIMethod

Scales the size of the label.

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

Bases: TUIMethod

Enables/disables the display of labels.

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

Bases: TUIMethod

Enables/disables the display of left-handed faces.

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

Bases: TUIMethod

Lists all the grid display settings.

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

Bases: TUIMethod

Enables/disables the display of marked nodes.

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

Bases: TUIMethod

Enables/disables the display of those faces/nodes that have more than one neighboring face on an edge.

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

Bases: TUIMethod

Sets the x, y, and z range to be within a specified neighborhood of a specified grid object.

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

Bases: TUIMethod

Sets the node symbol scaling factor.

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

Bases: TUIMethod

Specifies the node symbol.

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

Bases: TUIMethod

Sets the scale factor for face normals.

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

Bases: TUIMethod

Enables/disables the display of face normals.

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

Bases: TUIMethod

Enables/disables the display of those faces that have been marked for refinement.

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

Bases: TUIMethod

Enables/disables the display of tagged nodes.

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

Bases: TUIMethod

Enables/disables the display of nodes and faces that have not been meshed.

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

Bases: TUIMethod

Enables/disables the display of unused nodes.

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

Bases: TUIMethod

Limits the display of grid objects to the specified x-range.

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

Bases: TUIMethod

Limits the display of grid objects to the specified y-range.

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

Bases: TUIMethod

Limits the display of grid objects to the specified z-range.