set_grid#
Bases:
TUIMenu
Contains options controlling the display of the grid.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enables/disables the display of all cells.
Bases:
TUIMethod
Enables/disables the display of all faces.
Bases:
TUIMethod
Enables/disables the display of all nodes.
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.
Bases:
TUIMethod
Resets the grid display parameters to their default values.
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.
Bases:
TUIMethod
Enables/disables the drawing of faces/nodes that have no neighboring face on at least one edge.
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.
Bases:
TUIMethod
Sets the label font. By default, all labels appear in “sans serif” font. Some other choices are roman, typewriter, and stroked.
Bases:
TUIMethod
Scales the size of the label.
Bases:
TUIMethod
Enables/disables the display of labels.
Bases:
TUIMethod
Enables/disables the display of left-handed faces.
Bases:
TUIMethod
Lists all the grid display settings.
Bases:
TUIMethod
Enables/disables the display of marked nodes.
Bases:
TUIMethod
Enables/disables the display of those faces/nodes that have more than one neighboring face on an edge.
Bases:
TUIMethod
Sets the x, y, and z range to be within a specified neighborhood of a specified grid object.
Bases:
TUIMethod
Sets the node symbol scaling factor.
Bases:
TUIMethod
Specifies the node symbol.
Bases:
TUIMethod
Sets the scale factor for face normals.
Bases:
TUIMethod
Enables/disables the display of face normals.
Bases:
TUIMethod
Enables/disables the display of those faces that have been marked for refinement.
Bases:
TUIMethod
Enables/disables the display of tagged nodes.
Bases:
TUIMethod
Enables/disables the display of nodes and faces that have not been meshed.
Bases:
TUIMethod
Enables/disables the display of unused nodes.
Bases:
TUIMethod
Limits the display of grid objects to the specified x-range.
Bases:
TUIMethod
Limits the display of grid objects to the specified y-range.
Bases:
TUIMethod
Limits the display of grid objects to the specified z-range.