*ME_ModulePosition

Positions a module using its hierarchical transformation matrices.

Syntax

*ME_ModulePosition id position reserved

Type

HyperMesh Tcl Modify Command

Description

Positions a module using its hierarchical transformation matrices.

Inputs

id
The ID of the module to position.
position
0 - Transform to the normal position. This is the position the module will arrive to after applying all necessary hierarchical relative matrices.
1 - Transform to the original position. This is the neutral position the module might be saved in the original representation file as. It is the original position before hierarchical relative matrices are applied.
reserved
Reserved for future use. Must be set to 0.

Example

Transform module part 168 back to its original representation file position:

*ME_ModulePosition 168 1 0

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

14.0