*removetransformation
Removes transformations from positions.
Syntax
*removetransformation mark_id1mark_id2
Type
HyperMesh Tcl Modify Command
Description
Removes transformations from positions.
Alternatively, *setvalue can be used.
Inputs
- mark_id1
- The ID of the mark containing the position entities to which the transformations in mark_id2 must be removed from.
- mark_id2
- The ID of the mark containing the transformation entities to be removed.
Examples
To remove all the transformations from all the positions:
*createmark positions 1 all
*createmark transformations 1 all
*removetransformation 1 1
Version History
2019