Revised per feedback from review

This commit is contained in:
luz.paz
2019-12-16 07:33:12 -05:00
committed by Yorik van Havre
parent fc52c2e59b
commit d49edcc982
2 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Fixes the first geometry in its rotation and translation. Note: this fix only works its direct parent assembly. If you stack assemblies, the parent assembly will not be fixed inside the other ones.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Fixes the first geometry in its rotation and translation. Note that fix only works its the direct parent assembly. If you stack assemblys, the parent assembly will not be fixed inside the other ones.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Fix</string>

View File

@@ -133,9 +133,9 @@ public:
" Deflection (required, float)\n"
" MinLength (required, float)\n"
" Fineness (required, integer)\n"
" SecondOrder (optional, integral boolean)\n"
" Optimize (optional, integral boolean)\n"
" AllowQuad (optional, integral boolean)\n"
" SecondOrder (optional, integer boolean)\n"
" Optimize (optional, integer boolean)\n"
" AllowQuad (optional, integer boolean)\n"
" GrowthRate (optional, float)\n"
" SegPerEdge (optional, float)\n"
" SegPerRadius (optional, float)\n"