OOF2: The Manual
Name
OOF.ElementSelection.Select_by_Shape_Energy — Select elements by shape-energy. The greater the shape-energy the uglier the element.
Synopsis
OOF.ElementSelection.Select_by_Shape_Energy(skeleton
,threshold
)
Details
- Parent Menu: OOF.ElementSelection
-
Callback: function
modify
in moduleooflib.engine.skeletonselectionmod
-
Parameters:
skeleton
- Type: The path to an existing
Skeleton
object. threshold
- Select Elements with shape-energy greater than this. Type: A real number in the range [0, 1].
Description
Select_By_Shape_Energy selects all Elements
which have shape
energy greater than the given threshold
.
Figure 6.4. Element Selection by Shape Energy

The selected Elements
(in red) all have a shape energy
greater than 0.4.