OOF2: The Manual

Name

OOF.PixelSelection.Expand — Select all pixels within a given distance of the current selection.

Synopsis

OOF.PixelSelection.Expand(microstructure,radius)

Details

  • Parent Menu: OOF.PixelSelection
  • Callback: function doSelectionMod in module ooflib.common.pixelselectionmod
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    radius
    Select pixels within this distance of other selected pixels. Type: A real number.

Description

Expand the pixel selection in the Microstructure called microstructure by selecting all pixels within a distance radius of a currently active pixel. The radius is given in units of the Microstructure pixel size. This is the opposite of OOF.PixelSelection.Shrink.