*rotationcentermode

Defines the rotation mode.

Syntax

*rotationcentermode mode

Type

HyperMesh Tcl Modify

Description

Defines the rotation mode.

Inputs

mode
0 - Rotate about center of model
1 - Rotate about center of screen (legacy behavior)

Example

To define the rotation mode to "center of screen":

*rotationcentermode 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

12.0.110