project polyline on mesh and create edge

This commit is contained in:
wmayer
2017-04-19 23:30:15 +02:00
parent 33cd945195
commit 6f4131bece
12 changed files with 1179 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
#include <Base/Console.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "CurveOnMesh.h"
#include "Workbench.h"
// use a different name to CreateCommand()
@@ -79,7 +80,8 @@ PyMOD_INIT_FUNC(MeshPartGui)
// instantiating the commands
CreateMeshPartCommands();
MeshPartGui::Workbench::init();
MeshPartGui::Workbench ::init();
MeshPartGui::ViewProviderCurveOnMesh ::init();
// add resources and reloads the translators
loadMeshPartResource();