OOF2: The Manual

Name

OOF.ActiveArea.Activate_Pixel_Group_Only — Activate only the pixels in the given pixel group, deactivating everything else.

Synopsis

OOF.ActiveArea.Activate_Pixel_Group_Only(microstructure,group)

Details

  • Parent Menu: OOF.ActiveArea
  • Callback: function modify in module ooflib.common.activeareamod
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    group
    A pixel group to be activated. Type: The name of a PixelGroup.

Description

Activate the pixels in the given PixelGroup, and deactivate all other pixels. Compare with OOF.ActiveArea.Activate_Pixel_Group, which retains the previously active pixels, Microstructure, and with OOF.ActiveArea.Activate_Selection_Only, which activates only the currently selected pixels.