OOF2: The Manual

Name

OOF.ElementSelection.Expand_Element_Selection — Select the neighbors of the selected elements.

Synopsis

OOF.ElementSelection.Expand_Element_Selection(skeleton,ignorePBC)

Details

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

    skeleton
    Type: The path to an existing Skeleton object.
    ignorePBC
    Ignore periodicity? Type: Boolean, 0 (false) or 1 (true).

Description

Expand_Element_Selection expands the set of currently selected Skeleton Elements by selecting all Elements that share a Node with a selected Element.

Figure 6.2. Expanding the Element Selection

Expanding the Element Selection

A Skeleton containing some selected Elements, in red.

Expanding the Element Selection

The expanded Element selection.