*addtransformation

Adds transformations to positions.

Syntax

*addtransformation mark_id1 mark_id2

Type

HyperMesh Tcl Modify Command

Description

Adds transformations to 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 added to.
mark_id2
The ID of the mark containing the transformation entities to be added.

Examples

To add all the transformations to all the positions:

*createmark positions 1 all
*createmark transformations 1 all
*addtransformation 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