dragonfly_doe2.doe.glass_types module

class dragonfly_doe2.doe.glass_types.GlassType(name: str, shading_coef: float, glass_cond: float)[source]

Bases: object

Doe2 glass type, (window construction)

classmethod from_hb_window_constr(window_constr: honeybee_energy.construction.window.WindowConstruction)[source]
to_inp() → str[source]
glass_cond: float
name: str
shading_coef: float