Spaces:
Sleeping
Sleeping
Update app/components.py
Browse files- app/components.py +2 -2
app/components.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
This module handles the definition of building envelope components (walls, roofs, floors,
|
5 |
-
windows, doors, skylights) for the
|
6 |
assign constructions and fenestrations to specific components, define their areas,
|
7 |
orientations, and other relevant properties.
|
8 |
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Building Components Module
|
3 |
|
4 |
This module handles the definition of building envelope components (walls, roofs, floors,
|
5 |
+
windows, doors, skylights) for the BuildSustain application. It allows users to
|
6 |
assign constructions and fenestrations to specific components, define their areas,
|
7 |
orientations, and other relevant properties.
|
8 |
|