*hwct_closelibrary

Closes a currently open library.

Syntax

*hwct_closelibrary entity_type

Type

HyperMesh Tcl Modify Command

Description

Closes a currently open library.

Inputs

entity_type
The type of connected library. Currently only supported for subsystems.

Examples

Close the currently connected subsystem library:

*hwct_closelibrary subsystems

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

2020