OOF2: The Manual
Name
OOF.ActiveArea.Activate_Pixel_Group — Activate the pixels in a pixel group.
Synopsis
OOF.ActiveArea.Activate_Pixel_Group(microstructure,group)
Details
- Parent Menu: OOF.ActiveArea
-
Callback: function
modifyin moduleooflib.common.activeareamod -
Parameters:
microstructure- Type: The path to an existing
Microstructureobject. group- Pixel group to be activated. Type: The name of a PixelGroup.
Description
Activate the pixels in the given PixelGroup, retaining the
currently active pixels. Compare with OOF.ActiveArea.Activate_Pixel_Group_Only,
which activates a pixel group after deactivating the entire
Microstructure, and with OOF.ActiveArea.Activate_Selection, which
activates the currently selected pixels.



