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 oof2.common.pixelselectionmod
  • Threadability: Threadable
  • 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.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */