Path: added Path.Area and Path.FeatureArea

This commit is contained in:
Zheng, Lei
2017-01-19 23:07:06 +08:00
parent 4a0e037893
commit 36423f24de
18 changed files with 3479 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
#include "DlgSettingsPathColor.h"
#include "ViewProviderPathCompound.h"
#include "ViewProviderPathShape.h"
#include "ViewProviderArea.h"
// use a different name to CreateCommand()
void CreatePathCommands(void);
@@ -77,6 +78,8 @@ PyMODINIT_FUNC initPathGui()
PathGui::ViewProviderPathCompoundPython ::init();
PathGui::ViewProviderPathShape ::init();
PathGui::ViewProviderPathPython ::init();
PathGui::ViewProviderArea ::init();
PathGui::ViewProviderAreaPython ::init();
// add resources and reloads the translators
loadPathResource();