*hf_ResetDFRibs

Reset the ribs attribute.

Syntax

*hf_ResetDFRibs int_flag

Type

HyperMesh Tcl Modify Command

Description

This command resets the rib attribute. All the ribs that you modify, dragging the latitude lines, are checked with two attribute:
  • fixed
  • drag

Inputs

int_flag
Integer dummy value. Should always be set to 0.

Example

To reset all the rib attributes:
*hf_ResetDFRibs 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}