We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb5b65 commit 2155865Copy full SHA for 2155865
bim2sim/plugins/PluginIFCCheck/bim2sim_ifccheck/sim_settings.py
@@ -11,10 +11,3 @@ class CheckIFCSimSettings(BaseSimSettings):
11
for the IFC Check are added here.
12
13
"""
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