OOF2: The Manual

Name

OOF.PixelSelection.Add_Group — Select all pixels in the given group, while retaining all currently selected pixels.

Synopsis

OOF.PixelSelection.Add_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
    Select pixels in this group too. Type: The name of a PixelGroup.

Description

Select all the pixels in the given PixelGroup without first deselecting the currently selected pixels. Compare to OOF.PixelSelection.Select_Group.