OOF2: The Manual

Name

OOF.ActiveArea.Activate_Selection_Only — Activate the selected pixels, deactivating everything else.

Synopsis

OOF.ActiveArea.Activate_Selection_Only(microstructure)

Details

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

    microstructure
    Type: The path to an existing Microstructure object.

Description

First deactivate the entire Microstructure and then activate only the selected pixels. Compare with OOF.ActiveArea.Activate_Pixel_Group_Only, which activates a pixel group, and with OOF.ActiveArea.Activate_Selection, which doesn't deactivate the Microstructure first.