*setlodthreshold

Controls the zoom level required to make element handles visible.

Syntax

*setlodthreshold level

Type

HyperMesh Tcl Modify

Description

Controls the zoom level required to make element handles visible.

Inputs

level
An integer value from 0-10. 0 means element handles are always visible. Smaller values indicate minimal zoom is needed. Higher values mean more zoom is needed.

Example

To set the element handle zoom level to 4:

*setlodthreshold 4

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