hm_ce_mesh_imprint_option_set
Sets a mesh imprint option value.
Syntax
hm_ce_mesh_imprint_option_set name value
Type
HyperMesh Tcl Query
Description
Sets a mesh imprint option value.
Inputs
- name
- Valid names are:
- value
- The value of the option, 0 or 1.
Example
To set the value of avoid_imprint to 1:
hm_ce_mesh_imprint_option_set avoid_imprint 1
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