*rotationcenteroffscreen

Defines if the rotation center is allowed to be off screen.

Syntax

*rotationcenteroffscreen mode

Type

HyperMesh Tcl Modify

Description

Defines if the rotation center is allowed to be off screen.

Inputs

mode
0 - The rotation center is reset to the screen center if a zoom, translation or fit operation causes it to be off the screen (legacy behavior)
1 - The rotation center is not reset to the screen center if a zoom, translation or fit operation causes it to be off the screen

Example

To allow rotation center off screen:

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

14.0