*morphrecalculateconstraints
Recalculates out-of-date morph constraints.
Syntax
*morphrecalculateconstraints type
Type
HyperMesh Tcl Modify Command
Description
Recalculates out-of-date morph constraints.
This may be necessary either because they have been edited or because the entities they reference have been changed. Once recalculated, the morph constraints will be applied to the model with respect to the current state of the model rather than a previous state.
HyperMorph keeps track of which morph constraints need to be recalculated and recalculates them at the appropriate times. However, HyperMorph may call this command as part of internal calculations and so it may get written out to the command file. Thus, scripts which emulate steps taken from the command file should contain this command in order to ensure proper execution.
Inputs
- type
- 0 - Recalculate all morph constraints
Examples
Recalculate all morph constraints in the model:
*morphrecalculateconstraints 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020.1