OOF2: The Manual
Name
OOF.ElementSelection.Select_by_Homogeneity — Select Elements with homogeneity less than the threshold homogeneity.
Synopsis
OOF.ElementSelection.Select_by_Homogeneity(skeleton,threshold)
Details
- Parent Menu: OOF.ElementSelection
-
Callback: function
modifyin moduleooflib.engine.skeletonselectionmod -
Parameters:
skeleton- Type: The path to an existing
Skeletonobject. threshold- Threshold homogeneity. Type: A real number in the range [0, 1].
Description
Select Skeleton Elements that are heterogeneous.
Any Element whose homogeneity is less than the given
threshold will be selected.





