Arch: misc improvements to materials and IFC

* Improved IFC export of curved surfaces
* Better icon for materials group
* Fixes in IFC export of materials
This commit is contained in:
Yorik van Havre
2015-04-19 16:34:36 -03:00
parent bba2dd581b
commit 4d630dbc32
7 changed files with 800 additions and 59 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>450</width>
<height>599</height>
<height>604</height>
</rect>
</property>
<property name="windowTitle">
@@ -545,7 +545,7 @@
<string>Execution Instructions</string>
</property>
<property name="toolTip">
<string>Specific execution or installation insstructions</string>
<string>Specific execution or installation instructions</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsEditable|ItemIsDragEnabled|ItemIsUserCheckable|ItemIsEnabled</set>
@@ -879,10 +879,10 @@
</item>
<item>
<property name="text">
<string>Section Fill Pattern</string>
<string>View Linewidth</string>
</property>
<property name="toolTip">
<string>An SVG pattern to apply on cut faces, expressed as either a name of an existing pattern (such as &quot;simple&quot;) or a complete &lt;pattern&gt;...&lt;/pattern&gt; SVG element</string>
<string>An optional linewidth factor for viewed faces</string>
</property>
<property name="text">
<string/>
@@ -893,10 +893,18 @@
</item>
<item>
<property name="text">
<string>View Linewidth</string>
<string>Section Color</string>
</property>
<property name="toolTip">
<string>An optional linewidth factor for viewed faces</string>
<string>A base color for sectionned faces, expressed with 3 comma-separated float values, for ex. 0.5,0.5,0.5</string>
</property>
</item>
<item>
<property name="text">
<string>Section Fill Pattern</string>
</property>
<property name="toolTip">
<string>An SVG pattern to apply on cut faces, expressed as either a name of an existing pattern (such as &quot;simple&quot;) or a complete &lt;pattern&gt;...&lt;/pattern&gt; SVG element</string>
</property>
<property name="text">
<string/>