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 _setMeshInfoParams in module ooflib.engine.IO.meshinfodisplay
  • Parameters:

    query_color
    Color for the queried object. Type: An object of the Color class.
    peek_color
    Color for the peeked object. Type: An object of the Color class.
    node_size
    Node size. Type: An integer in the range [0, 10].
    element_width
    Line thickness for element edge. Type: An integer 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.