*hf_ClearLLHandles
Delete all the handles from the model.
Syntax
*hf_ClearLLHandles int_flag
Type
HyperMesh Tcl Modify Command
Description
This command deletes all the handles and the handles node pointer from the model.
Inputs
- int_flag
- Integer dummy value. Should always be set to 0.
Example
*hf_ClearLLHandles 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}