Sculpt Mesh Transformation

Sculpt options for applying transformations to the mesh following mesh generation. For cases where the initial geometry description may not be at the desired scale or bounds, the transformation options provide the ability to apply transformations to the node locations following the mesh generation procedure. This can be effective for microstructure models, where the size and location may be defined by the given intervals of the data.


Mesh Transformation 		--transform 	-tfm
  --xtranslate,		-xtr <args>	Translate final mesh coordinates in X
  --ytranslate,		-ytr <args>	Translate final mesh coordinates in Y
  --ztranslate,		-ztr <args>	Translate final mesh coordinates in Z
  --scale,		-scl <args>	Scale final mesh coordinates by constant
Sculpt Command Summary


Translate Mesh Coordinates in X

Command: xtranslate     Translate final mesh coordinates in X
Long Name:     --xtranslate 
Short Name:     -xtr 
Argument Type:   floating point value 
Command Description:

Translate all mesh coordinates written to Exodus file by X delta distance.


Translate Mesh Coordinates in Y

Command: ytranslate     Translate final mesh coordinates in Y
Long Name:     --ytranslate 
Short Name:     -ytr 
Argument Type:   floating point value 
Command Description:

Translate all mesh coordinates written to Exodus file by Y delta distance.


Translate Mesh Coordinates in Z

Command: ztranslate     Translate final mesh coordinates in Z
Long Name:     --ztranslate 
Short Name:     -ztr 
Argument Type:   floating point value 
Command Description:

Translate all mesh coordinates written to Exodus file by Z delta distance.


Scale Mesh Coordinates by Constant

Command: scale     Scale final mesh coordinates by constant
Long Name:     --scale 
Short Name:     -scl 
Argument Type:   floating point value 
Command Description:

Scale all mesh coordinates written to Exodus file by a constant scalar value.