*setmeshlodthreshold
Controls the zoom level required to make element mesh lines visible.
Syntax
*setmeshlodthreshold level
Type
HyperMesh Tcl Modify
Description
Controls the zoom level required to make element mesh lines visible.
Inputs
- level
- A double value from 0-10. 0 means mesh lines are always visible. Smaller values indicate minimal zoom is needed. Higher values mean more zoom is needed.
Example
To set the value to 5.0:
*setmeshlodthreshold 5.0
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