OOF2: The Manual

Name

Badly Shaped Elements (BadlyShapedElements) — Modify badly shaped elements.

Synopsis

BadlyShapedElements(threshold)

Details

  • Base class: SkelModTargets
  • Parameters:

    threshold
    The threshold shape energy — 0.0 for the perfect shape and 1.0 for the worst shape. Type: A real number in the range [0, 1].

Description

BadlyShapedElements is a SkelModTargets subclass, used as the targets parameter in SkeletonModifiers. It specifies that only the Elements whose shape energy is greater than the given threshold (and perhaps their neighbors) will be modified.

See Also