Skip to content

Commit 09fcca6

Browse files
author
vikrants
committed
Fix issues with Wall Size Display
1 parent e3d85fe commit 09fcca6

14 files changed

+755
-460
lines changed
-7.36 KB
Loading
17.2 KB
Binary file not shown.
6.78 KB
Binary file not shown.

ScriptsData/Parts/building_with_solar_load.xml

Lines changed: 715 additions & 424 deletions
Large diffs are not rendered by default.
-6.01 KB
Binary file not shown.

Workflow/BuildingHeatLoadEstimation/createSimpleHouseWithInclinedRoof.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
disp(" "); disp("*** Updated window and vent data"); disp(" ");
7979
figure("Name","Updated Window and Vent Data");
80+
tblWinVentData.("Overlap Vertices") = [];
8081
disp(tblWinVentData);
8182

8283
updatedFloorPlan = addOpeningOnWallSection(FloorPlan=floorPlan,...
-13 KB
Binary file not shown.
-62.9 KB
Binary file not shown.

utils/BuildingModel/BuildingDataImport/IFCtoSimscape/createBuildingModelFromBIM.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
if NameValueArgs.Debug, disp(modelData.Opening.ExtTbl); end
6565

66+
modelData.Opening.ExtTbl.("Overlap Vertices") = [];
67+
6668
updatedFloorPlan = addOpeningOnWallSection(FloorPlan=floorPlan,...
6769
Data=modelData.Opening.ExtTbl);
6870

utils/BuildingModel/BuildingDataImport/IFCtoSimscape/getOpeningDataForWalls.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@
4444
if NameValueArgs.Debug, disp(strcat("Found wall :",NameValueArgs.WallList,", window fraction value = ",num2str(winFrac))); end
4545
end
4646
end
47+
48+
if NameValueArgs.Debug, disp(strcat("Number of windows found = ",num2str(winCount))); end
49+
4750
end

0 commit comments

Comments
 (0)