Skip to content

Commit 2155865

Browse files
committed
remove not used part (was an idea)
1 parent bfb5b65 commit 2155865

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bim2sim/plugins/PluginIFCCheck/bim2sim_ifccheck/sim_settings.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@ class CheckIFCSimSettings(BaseSimSettings):
1111
for the IFC Check are added here.
1212
1313
"""
14-
ids_file_path = PathSetting(
15-
default=None,
16-
description='Path to the IDS (Information Delivery Specification) file'
17-
'that should be used for the check of the ifc files based'
18-
'on ifctester.',
19-
mandatory=False
20-
)

0 commit comments

Comments
 (0)