Cubit 15.3 User Documentation
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
Command: xtranslate Translate final mesh coordinates in X Long Name: --xtranslate Short Name: -xtr Argument Type: floating point valueCommand Description:
Translate all mesh coordinates written to Exodus file by X delta distance.
Command: ytranslate Translate final mesh coordinates in Y Long Name: --ytranslate Short Name: -ytr Argument Type: floating point valueCommand Description:
Translate all mesh coordinates written to Exodus file by Y delta distance.
Command: ztranslate Translate final mesh coordinates in Z Long Name: --ztranslate Short Name: -ztr Argument Type: floating point valueCommand Description:
Translate all mesh coordinates written to Exodus file by Z delta distance.
Command: scale Scale final mesh coordinates by constant Long Name: --scale Short Name: -scl Argument Type: floating point valueCommand Description:
Scale all mesh coordinates written to Exodus file by a constant scalar value.