OOF2: The Manual

Name

OOF.ElementSelection.Select_by_Pixel_Group — Select all Elements whose dominant pixel is in a given pixel group.

Synopsis

OOF.ElementSelection.Select_by_Pixel_Group(skeleton,group)

Details

  • Parent Menu: OOF.ElementSelection
  • Callback: function modify in module ooflib.engine.skeletonselectionmod
  • Parameters:

    skeleton
    Type: The path to an existing Skeleton object.
    group
    The name of a pixel group. Type: The name of a PixelGroup.

Description

This command selects all Skeleton Elements whose dominant pixel is a member of the given PixelGroup.