*hf_ResetDFRibs
Reset the ribs attribute.
Syntax
*hf_ResetDFRibs int_flag
Type
HyperMesh Tcl Modify Command
Description
- fixed
 - drag
 
Inputs
- int_flag
 - Integer dummy value. Should always be set to 0.
 
Example
*hf_ResetDFRibs 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}