Load Compressed Objects

Load any honeybee object from a compressed .pkl or .hbpkl file.
Honeybee objects include any Model, Room, Face, Aperture, Door, Shade, or boundary condition object.
It also includes any honeybee energy Material, Construction, ConstructionSet, Schedule, Load, ProgramType, or Simulation object.
- hb_file [Required]A file path to a .pkl or .hbpkl from which objects will be loaded back into Grasshopper.
- load [Required]Set to "True" to load the objects from the _hb_file.
- reportReports, errors, warnings, etc.
- hb_objsA list of honeybee objects that have been re-serialized from the input file.
Last modified 1yr ago