ID_NAME |
= <id_name_of_morph > |
Name of the morphing definition. |
OPTIMIZE |
= <optimization_name > |
Corresponding optimization task. |
MORPH_AREA |
= <name_of_morph_area> |
Morphing area. |
MORPH_PARAM_FILE |
= <morph_csv_file_name> |
Morphing parameter file containing the model changes for each variant. |
NUMBER_OF_PARALLEL_JOBS |
= <number_of_parallel_jobs > = 1 |
Optional parameter for parallelization (number of jobs run in parallel); If omitted or =1 a sequential run will be executed. |
SMOOTHING |
= YES = NO |
Optional parameter to switch on/off surface smoothing of the nodes in the moved morphing areas. |
MAIN |
= AUTO | MIN | MAX | MINABS | MAXABS | SUM | CSV
|
The main 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 (for example, 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.
|