OOF2: The Manual

Name

OOF.PixelSelection.Select_Group — Select all pixels in the given group.

Synopsis

OOF.PixelSelection.Select_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. Type: The name of a PixelGroup.

Description

Deselect all pixels, and then select the pixels in the given group. Compare to OOF.PixelSelection.Add_Group.