*hf_DeleteSectionHandle

Delete a handle of a section.

Syntax

*hf_DeleteSectionHandle handle_id

Type

HyperMesh Tcl Modify Command

Description

This command deletes a handle of a section. The section is automatically identified.

Inputs

handle_id
The handle ID to delete.

Example

To delete the handle with ID 12:
*hf_DeleteSectionHandle 12

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

10.0