OOF2: The Manual
Name
OOF.PixelSelection.Intersect_Group — Select only the intersection of the current selection and the given group.
Synopsis
OOF.PixelSelection.Intersect_Group(microstructure,group)
Details
- Parent Menu: OOF.PixelSelection
-
Callback: function
doSelectionModin moduleooflib.common.pixelselectionmod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. group- Unselect pixels that are not in this group Type: The name of a PixelGroup.
Description
Select only the pixels that belong to both the chosen PixelGroup
and the current selection.



