Arch: Added option to not import FreeCAD parametric model from IFC

This commit is contained in:
Yorik van Havre
2019-05-13 21:49:31 -03:00
parent 35900818e5
commit cec145015e
2 changed files with 25 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>463</width>
<height>775</height>
<height>802</height>
</rect>
</property>
<property name="windowTitle">
@@ -342,6 +342,19 @@
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="checkBox_18">
<property name="text">
<string>Import full FreeCAD parametric definitions if available</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>IfcImportFreeCADProperties</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Arch</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>