Simple transformation options are available for this mapping option which include moving, scaling, and rotating the source mesh.
|
TRANSFORMATION = YES NO |
Turns the transformation option off or on. |
|
WriteTransformedMesh = YES NO |
Activates the output of the transformed mesh file to control the accuracy of the applied transformation. Define a TransformedMeshFile as shown see below. |
|
RotateSRC = DOUBLE;X DOUBLE;Y DOUBLE;Z DOUBLE; DOUBLE DOUBLE DOUBLE | Source mesh will be rotated about an angle (first value) in degrees about the defined axis. Predefined axis are X, Y, and Z. but a user-defined axis is also possible, separating three double values with space, following the semicolon (x y z). |
| MoveSRC = DOUBLE DOUBLE DOUBLE | Source mesh will be moved along the user-defined vector (x y z). |
| ScaleSRC = DOUBLE | Source mesh will be scaled about the origin using the defined scale factor. |