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
doSelectionModin moduleooflib.common.pixelselectionmod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. 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.



