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: True or False.

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) A section of a Skeleton with some selected Elements, shown in green.

(b) The same section, after expanding the selection.


See Also