*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
1 - Apply

Examples

To apply all the transformations in the model:

*createmark positions 1 all
*activatetransformations 1 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019