*dynamicrotatemode

Sets mode for output of intermediate rotation commands.

Syntax

*dynamicrotatemode mode

Type

HyperMesh Tcl Modify Command

Description

Sets mode for output of intermediate rotation commands.

Inputs

mode
Set to 1 or 0.

Example

When mode is set to 1, the following output is generated:
*dynamicviewbegin()
*quatrotate(-0.00785649346,-5.7397916e-005,0.00228960797,0.999966514)
*quatrotate(-0.00994070323,0.00170778765,0.0047803938,0.999937705)
*quatrotate(-0.00529684395,-0.000673180986,0.000802068982,0.999985423)
*quatrotate(0.000230328525,0.00100703597,0.00106667981,0.999998898)
*quatrotate(-0.00263644785,-0.000327769044,0.000395387048,0.999996393)
*dynamicviewend()
When mode is set to 0, the following output is generated:
*viewset(-0.722177, -0.299006,  0.623743,  0.000000,
0.657815, -0.575689,  0.485656,  0.000000,
0.213868,  0.761037,  0.612440,  0.000000,
    -3.756111,  5.964252, -3.030465,  1.000000,
    -8.703590,  2.583235,  0.886445,  8.621393)

When the mode is set to 1, intermediate *quadrotate() rotation commands are output to the command file. Otherwise, only the final position is output, reducing the size of the command file.