OOF2: The Manual

Name

OOF.Settings.Graphics_Defaults.Meshes.Mesh_Edges — Set the default parameters for Mesh edge displays.

Synopsis

OOF.Settings.Graphics_Defaults.Meshes.Mesh_Edges(color,width)

Details

  • Parent Menu: OOF.Settings.Graphics_Defaults.Meshes
  • Callback: function _setDefaultMeshEdgeParams in module ooflib.engine.IO.displaymethods
  • Parameters:

    color
    Type: An object of the Color class.
    width
    Line thickness, in pixels. Type: An integer in the range [0, 10].

Description

Set the default parameters for MeshEdgeDisplays. See MeshEdgeDisplay for the details. This command may be placed in the .oof2rc file to set a default value for all OOF2 sessions.