add loft viewprovider

This commit is contained in:
Stefan Tröger
2015-06-03 08:02:19 +02:00
parent c82e4117e9
commit 987880fffa
9 changed files with 937 additions and 9 deletions

View File

@@ -58,6 +58,7 @@
#include "ViewProviderDatumCS.h"
#include "ViewProviderThickness.h"
#include "ViewProviderPipe.h"
#include "ViewProviderLoft.h"
// use a different name to CreateCommand()
void CreatePartDesignCommands(void);
@@ -143,6 +144,7 @@ PyMODINIT_FUNC initPartDesignGui()
PartDesignGui::ViewProviderAddSub ::init();
PartDesignGui::ViewProviderPrimitive ::init();
PartDesignGui::ViewProviderPipe ::init();
PartDesignGui::ViewProviderLoft ::init();
// add resources and reloads the translators
loadPartDesignResource();