OOF2: The Manual
Name
OOF.Settings.Graphics_Defaults.Meshes.Mesh_Info — Set default parameters for Mesh Info displays.
Synopsis
OOF.Settings.Graphics_Defaults.Meshes.Mesh_Info(query_color, peek_color, node_size, element_width)
Details
- Parent Menu: OOF.Settings.Graphics_Defaults.Meshes
-
Callback: function
_setMeshInfoParamsin moduleooflib.engine.IO.meshinfodisplay -
Parameters:
query_color- Color for the queried object. Type: An object of the
TranslucentColorclass. peek_color- Color for the peeked object. Type: An object of the
TranslucentColorclass. node_size- Node size. Type: A real number in the range [0, 10].
element_width- Line thickness for element edge. Type: A real number in the range [0, 10].
Description
Set default parameters for
MeshInfoDisplays.
See MeshInfoDisplay for the details.
This command may be placed in the .oof2rc file to set a default value
for all OOF2 sessions.



