*activatetransformations
Apply or unapply all the transformations in the model.
Syntax
*activatetransformations mark_id flag
Type
HyperMesh Tcl Modify Command
Description
Apply or unapply all the transformations in the model.
Inputs
- mark_id
- The ID of the mark containing all transformations in the model.
- flag
- 0 - Unapply
Examples
To apply all the transformations in the model:
*createmark positions 1 all
*activatetransformations 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019