OOF2: The Manual

Name

OOF.PixelSelection.Unselect_Group — Unselect all pixels that are in the given group, while retaining other currently selected pixels.

Synopsis

OOF.PixelSelection.Unselect_Group(microstructure,group)

Details

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

    microstructure
    Type: The path to an existing Microstructure object.
    group
    Unselect pixels that are in this group. Type: The name of a PixelGroup.

Description

Remove pixels that belong to the chosen PixelGroup from the current pixel selection.