hm_ce_mesh_imprint_option_get
Returns a mesh imprint option value.
Syntax
hm_ce_mesh_imprint_option_get name
Type
HyperMesh Tcl Query
Description
Returns a mesh imprint option value.
Inputs
- name
- Valid names are:
Example
To get the value of avoid_imprint:
hm_ce_mesh_imprint_option_get avoid_imprint
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
11.0.101