Path.Area: added support for solid

* Path.Area/FeatureArea can now section solid shapes.
* Added command to select workplane for FeatureArea
* Generalized ParamsHelper
This commit is contained in:
Zheng, Lei
2017-01-20 17:47:28 +08:00
parent a1a8645ea9
commit d95e6e262b
11 changed files with 1316 additions and 284 deletions

View File

@@ -26,9 +26,11 @@
any operation</UserDocu>
</Documentation>
</Methode>
<Methode Name="toShape" Keyword='true'>
<Methode Name="getShape" Keyword='true'>
<Documentation>
<UserDocu>toShape(rebuild=False): Return the resulting shape</UserDocu>
<UserDocu>getShape(index=-1,rebuild=False): Return the resulting shape\n
\n* index (-1): the index of the section. -1 means all sections. No effect on planar shape.\n
\n* rebuild: clean the internal cache and rebuild</UserDocu>
</Documentation>
</Methode>
<Methode Name="makeOffset" Keyword='true'>