Bases: object
Get the layer ID
Get the material of this CDB layer as a formatted string. Units are converted to local display preferences.
Pass in true for an opaque layer, false for a glass layer.
Get a dict of the properties of this CDB Layer.
u_value_type (Optional[uvalue_types]) – If no parameter is specified the U value type set in the Project Constructions dialog is used.
possible entries:
convection_coefficient (W/m²K)
resistance (m²K/W)
thickness (m)
dict
Get a summary of this CDB construction as a formatted string. Units are converted to local display preferences.
opaque (bool) – if opaque
u_value_type (Optional[uvalue_types]) – If no parameter is specified the U value type set in the Project Constructions dialog is used
summary of this CDB construction
str
Helper for @overload to raise when called.