String to Object

Serialize any honeybee JSON text string back to a honeybee object.

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.

Inputs

  • hb_str [Required]

    A text string that completely describes the honeybee object.

Outputs

  • hb_obj

    A Honeybee object serialized from the input string.

Last updated