FreeCAD: master 228a0dc9

Author Committer Branch Timestamp Parent
Zheng, Lei Zheng, Lei master 2017-01-29 10:24:01 master 41c78272
Changeset Path.Area: fixed non-circular curve handling, etc.

* Fixed non-circular curve orientation handling

* Section changed to use Part::CrossSection, because it seems
BRepAlgoAPI_Section has trouble with non-circular curves (LastParameter
becomes huge which causes discretization to produce many many points)

* Exposed Area.makeSections() to section with variable heights

* Modified Area.setPlane() to accept non-planar shape

* Exposed Area.getPlane() to obtain current workplane

* Exposed Area.Shapes attribute to return the current holding children
shape.
mod - src/Mod/Path/App/Area.cpp Diff File
mod - src/Mod/Path/App/Area.h Diff File
mod - src/Mod/Path/App/AreaParams.h Diff File
mod - src/Mod/Path/App/AreaPy.xml Diff File
mod - src/Mod/Path/App/AreaPyImp.cpp Diff File
mod - src/Mod/Path/App/FeatureArea.cpp Diff File