Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.93 KB

ConstructionSet.md

File metadata and controls

22 lines (17 loc) · 1.93 KB

HoneybeeSchema.Model.ConstructionSet

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
Type string [optional] [readonly] [default to "ConstructionSet"]
WallSet WallConstructionSet A WallConstructionSet object for this ConstructionSet. [optional]
FloorSet FloorConstructionSet A FloorConstructionSet object for this ConstructionSet. [optional]
RoofCeilingSet RoofCeilingConstructionSet A RoofCeilingConstructionSet object for this ConstructionSet. [optional]
ApertureSet ApertureConstructionSet A ApertureConstructionSet object for this ConstructionSet. [optional]
DoorSet DoorConstructionSet A DoorConstructionSet object for this ConstructionSet. [optional]
ShadeConstruction ShadeConstruction A ShadeConstruction to set the reflectance properties of all outdoor shades of all objects to which this ConstructionSet is assigned. [optional]
AirBoundaryConstruction AirBoundaryConstruction An AirBoundaryConstruction to set the properties of Faces with an AirBoundary type. [optional]

[Back to Model list] [Back to API list] [Back to README]