hm_getoption
Returns the value of certain HyperMesh options.
Syntax
hm_getoption option
Type
HyperMesh Tcl Query
Description
This command returns the value of certain HyperMesh options.
Inputs
- option
-
The option to query. Valid values are:
- 1d_at_centroid
- cleanup_tolerance
- coincident_picking
- contour_type
- detailed_elements
- detailed_elements_beamvis
- detailed_elements_shellvis
- element_handle
- feature_angle
- fixed_points
- geom_feature_angle
- geometry_handle
- geomstitching
- load_handle
- loadvisualvector
- node_tolerance
- outputtimeinfo
- show_line_dir
- shrink_value
- tagdisplay
- tagtextdisplaymode
- view_acceleration
Example
hm_getoption cleanup_tolerance
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
10.0