Skip to content

Commit

Permalink
remove ProcessSlabsRoofs task which wasn't used, see #675
Browse files Browse the repository at this point in the history
  • Loading branch information
DaJansenGit committed Jul 1, 2024
1 parent e689847 commit 5a36680
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class PluginEnergyPlus(Plugin):
bps.CreateSpaceBoundaries,
bps.CorrectSpaceBoundaries,
bps.AddSpaceBoundaries2B,
# bps.ProcessSlabsRoofs,
common.BindStoreys,
bps.EnrichUseConditions,
bps.VerifyLayersMaterials, # LOD.full
Expand Down
2 changes: 0 additions & 2 deletions bim2sim/plugins/PluginTEASER/bim2sim_teaser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PluginTEASER(Plugin):
bps.CreateSpaceBoundaries,
bps.CorrectSpaceBoundaries,
bps.AddSpaceBoundaries2B,
# bps.ProcessSlabsRoofs,
common.BindStoreys,
bps.EnrichUseConditions,
bps.VerifyLayersMaterials,
Expand Down Expand Up @@ -60,7 +59,6 @@ class PluginTEASER(Plugin):
#
# # --> elements
#
# # bps.ProcessSlabsRoofs,
# common.BindStoreys,
# bps.EnrichUseConditions,
# bps.VerifyLayersMaterials,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class PluginTemplate(Plugin):
common.LoadIFC,
common.CheckIfc,
common.CreateElementsOnIfcTypes,
# bps.ProcessSlabsRoofs,
bps.CreateSpaceBoundaries,
bps.EnrichUseConditions,
common.BindStoreys,
Expand Down
1 change: 0 additions & 1 deletion bim2sim/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class PluginBPSBase(Plugin):
common.CheckIfc,
common.create_elements,
bps.CreateSpaceBoundaries,
# bps.ProcessSlabsRoofs,
bps.DisaggregationCreation,
bps.CombineThermalZones
]
Expand Down
1 change: 0 additions & 1 deletion bim2sim/tasks/bps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .disaggr_creation import DisaggregationCreation
from .enrich_material import EnrichMaterial
from .enrich_use_cond import EnrichUseConditions
from .process_slabs_roofs import ProcessSlabsRoofs
from .sb_creation import CreateSpaceBoundaries
from .sb_correction import CorrectSpaceBoundaries
from .sb_2b_generation import AddSpaceBoundaries2B
Expand Down
92 changes: 0 additions & 92 deletions bim2sim/tasks/bps/process_slabs_roofs.py

This file was deleted.

0 comments on commit 5a36680

Please sign in to comment.