hm_getsystemoption

Returns the current value of the settings for system display.

Syntax

hm_getsystemoption option

Type

HyperMesh Tcl Query

Description

This command returns the current display setting for the passed system option. Valid option values are:

systsize_uniform - returns the *systemsize "uniform" size value.

Example

To get the systsize_uniform setting:

hm_getsystemoption systsize_uniform

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

9.0