OOF2: The Manual

Name

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Boundary — Set default parameters for displaying selected skeleton boundaries.

Synopsis

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Boundary(color,linewidth,dotsize,arrowsize)

Details

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

    color
    Color for the selected boundary. Type: An object of the Color class.
    linewidth
    Line width for edge boundaries. Type: An integer in the range [0, 10].
    dotsize
    Dot radius for point boundaries. Type: An integer in the range [0, 10].
    arrowsize
    Arrow size for edge boundaries. Type: An integer in the range [0, 20].

Description

This command sets the default parameters for the SelectedSkeletonBoundaryDisplay, which displays the currently selected Skeleton boundaries. Put this command in the .oof2rc file to set default values for all OOF2 sessions.