Model.library_close#
- Model.library_close(entities)#
Closes the currently opened library.
- Parameters:
entities (EntityFullType) – The entity class stored in the library. Currently supported for parts and subsystems.
Example#
Disconnect from the current subsystem library#import hm import hm.entities as ent model = hm.Model() model.library_open(entities=ent.Subsystem)