set_grid#
Bases:
TUIMenuContains 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:
TUIMethodEnables/disables the display of all cells.
Bases:
TUIMethodEnables/disables the display of all faces.
Bases:
TUIMethodEnables/disables the display of all nodes.
Bases:
TUIMethodSets 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:
TUIMethodResets the grid display parameters to their default values.
Bases:
TUIMethodSets 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:
TUIMethodEnables/disables the drawing of faces/nodes that have no neighboring face on at least one edge.
Bases:
TUIMethodSets 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:
TUIMethodSets the label font. By default, all labels appear in “sans serif” font. Some other choices are roman, typewriter, and stroked.
Bases:
TUIMethodScales the size of the label.
Bases:
TUIMethodEnables/disables the display of labels.
Bases:
TUIMethodEnables/disables the display of left-handed faces.
Bases:
TUIMethodLists all the grid display settings.
Bases:
TUIMethodEnables/disables the display of marked nodes.
Bases:
TUIMethodEnables/disables the display of those faces/nodes that have more than one neighboring face on an edge.
Bases:
TUIMethodSets the x, y, and z range to be within a specified neighborhood of a specified grid object.
Bases:
TUIMethodSets the node symbol scaling factor.
Bases:
TUIMethodSpecifies the node symbol.
Bases:
TUIMethodSets the scale factor for face normals.
Bases:
TUIMethodEnables/disables the display of face normals.
Bases:
TUIMethodEnables/disables the display of those faces that have been marked for refinement.
Bases:
TUIMethodEnables/disables the display of tagged nodes.
Bases:
TUIMethodEnables/disables the display of nodes and faces that have not been meshed.
Bases:
TUIMethodEnables/disables the display of unused nodes.
Bases:
TUIMethodLimits the display of grid objects to the specified x-range.
Bases:
TUIMethodLimits the display of grid objects to the specified y-range.
Bases:
TUIMethodLimits the display of grid objects to the specified z-range.