Arch: Added preferences to enable/disable automatic adding of default Site and Storey at IFC export

This commit is contained in:
Yorik van Havre
2019-06-07 17:21:11 -03:00
parent 0978993b0f
commit 5deca3b667
2 changed files with 71 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>463</width>
<height>802</height>
<height>829</height>
</rect>
</property>
<property name="windowTitle">
@@ -530,6 +530,32 @@
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="checkBox_19">
<property name="text">
<string>Add default site if no site is present in the document</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>IfcAddDefaultSite</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Arch</cstring>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="checkBox_20">
<property name="text">
<string>Add default building storey if none is found in the document</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>IfcAddDefaultStorey</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Arch</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>