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 Command
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
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
11.0.101