FreeCAD/src/Mod/Path/Gui
Zheng, Lei a3f46a40e9 Path: added Path.fromShapes and Path.sortWires
* Path.fromShapes can now convert any number of shapes to Path with
optimzied travel distances. It internally uses Path.sortWires to
minimize travel distances, and also sort wires by its Z height in case
of sectioned wires.

* The above python function is impelmented in Path::Area class.

* Path::FeatureShape is rewrote to take advantage of these two
functions.

* Add Path::FeatureAreaView to partially display a Path::FeatureArea's
sections.
2017-01-27 17:13:16 +08:00
..
Resources Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
AppPathGui.cpp Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
AppPathGuiPy.cpp Added arguments to dialog and script call. 2016-11-20 20:07:44 -08:00
CMakeLists.txt Path: added Path.Area and Path.FeatureArea 2017-01-19 23:08:19 +08:00
Command.cpp Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
DlgJobChooser.ui Tool Library replaces ToolTable Job replaces Project 2016-10-15 15:25:54 -03:00
DlgProcessorChooser.cpp Added arguments to dialog and script call. 2016-11-20 20:07:44 -08:00
DlgProcessorChooser.h Added arguments to dialog and script call. 2016-11-20 20:07:44 -08:00
DlgProcessorChooser.ui Added arguments to dialog and script call. 2016-11-20 20:07:44 -08:00
DlgSettingsPathColor.cpp PATH: Highlighting in Inspect 2016-12-11 12:43:10 -06:00
DlgSettingsPathColor.h Initial merge of Path module branch 2015-07-04 18:30:10 -03:00
DlgSettingsPathColor.ui PATH: Highlighting in Inspect 2016-12-11 12:43:10 -06:00
PreCompiled.cpp Initial merge of Path module branch 2015-07-04 18:30:10 -03:00
PreCompiled.h + suppress warnings with MSVC 2016-05-05 18:39:17 +02:00
TaskDlgPathCompound.cpp fix various clang warnings 2016-12-18 16:08:30 +01:00
TaskDlgPathCompound.h fix various clang warnings 2016-12-18 16:08:30 +01:00
TaskDlgPathCompound.ui Tool Library replaces ToolTable Job replaces Project 2016-10-15 15:25:54 -03:00
ViewProviderArea.cpp Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
ViewProviderArea.h Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
ViewProviderPath.cpp Setting a minimum # interpolations for displaying an arc. 2017-01-01 22:41:28 -08:00
ViewProviderPath.h Path: Enabling highlight/selection colors in paths 2016-02-11 14:55:37 -02:00
ViewProviderPathCompound.cpp fix -Wextra & -Wdeprecated in Path 2016-09-22 18:53:24 +02:00
ViewProviderPathCompound.h Initial merge of Path module branch 2015-07-04 18:30:10 -03:00
ViewProviderPathShape.cpp Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00
ViewProviderPathShape.h Path: added Path.fromShapes and Path.sortWires 2017-01-27 17:13:16 +08:00