OOF2: The Manual

Name

Bisection (Bisection) — Divide segments in half.

Synopsis

Bisection(minlength)

Details

  • Base class: SegmentDivider
  • Parameters:

    minlength
    Minimum refined segment length in pixel units. A length of at least 2 is suggested. Type: A non-negative real number.

Description

Refining Skeleton Elements with divider set to Bisection divides each marked edge into two equal length segments.

No subdivision will be done if the length of the resulting Segment is less than minlength, in pixel units.