*library_close
Closes a currently opened library.
Syntax
*library_close entity_type
Type
HyperMesh Tcl Modify Command
Description
Closes the currently opened library.
Inputs
- entity_type
- The entity type stored in the library. Currently supported for parts and subsystems.
Examples
To disconnect from the current Subsystem
library:
*library_close subsystemsErrors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}Version History
2026