OOF2: The Manual

Name

OOF.PixelGroup.AddSelection — Add the currently selected pixels to the given PixelGroup.

Synopsis

OOF.PixelGroup.AddSelection(microstructure,group)

Details

  • Parent Menu: OOF.PixelGroup
  • Callback: function addSelection in module ooflib.common.IO.pixelgroupmenu
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    group
    Group to which to add the selected pixels. Type: The name of a PixelGroup.

Description

The pixels that are currently selected will be added to the given PixelGroup.