MASTER |
= AUTO | MIN | MAX | MINABS | MAXABS | SUM | CSV
|
The master criteria is a great help to gain control about the order in which the morph areas are processed.
This is especially import if you work with overlapping morph areas.
-
AUTO:
(Default, same behavior as in previous versions) Order as specified as in the csv file, but morph areas with zero displacement are processed last and thus being most important.
-
MIN: Morph areas with the smallest displacement specified in the csv file are processed last.
-
MINABS: Morph areas with the smallest absolute displacement (e.g. 0) are processed last.
-
MAX: Morph areas with the greatest displacement are processed last.
-
MAXABS: Morph areas with the greatest absolute displacement are processed last.
-
SUM: If nodes are referenced in multiple morph areas, the displacements are summed up.
-
CSV: Order exactly as specified as in the csv file.
|