OOF2: The Manual

Name

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Segments — Set default parameters for displaying selected skeleton segments.

Synopsis

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Segments(color,line_width)

Details

  • Parent Menu: OOF.Settings.Graphics_Defaults.Skeletons
  • Callback: function _setSegSelParams in module ooflib.engine.IO.segmentselectdisplay
  • Parameters:

    color
    Color for the selected segments. Type: An object of the Color class.
    line_width
    Line width. Type: An integer in the range [0, 10].

Description

Set default parameters for the SkeletonSegmentSelectionDisplay, which displays the currently selected Skeleton Segments in the graphics window. See SkeletonSegmentSelectionDisplay for a discussion of the parameters. This command may be put in the .oof2rc file to set defaults for all OOF2 sessions.