OOF2: The Manual
Name
Rationalizer — Specific tools to remove badly shaped Elements from Skeletons.
Subclasses
Subclasses are listed as they appear in the GUI and (in parentheses) as they appear in scripts.
-
Remove Short Sides (
RemoveShortSide) -- Eliminate the shortest side of a quadrilateral. -
Split Wide Quads (
QuadSplit) -- Split quadrilaterals with large interior angles. -
Remove Bad Triangles (
RemoveBadTriangle) -- Remove triangles with extreme interior angles.
Description
The Rationalizer class contains the tools
used by the Rationalize SkeletonModifier to remove badly
shaped Elements from a Skeleton.
When the method parameter of Rationalize is set to SpecificRationalization, the
Rationalizer tools to be used are listed in
the rationalizers parameter of SpecificRationalization.
When the method parameter is set to AutomaticRationalization, all of the
Rationalizer tools are used.
For more details, see Rationalize, as well as the pages for
the individual Rationalizer classes.



