add part design thickness

This commit is contained in:
Stefan Tröger
2015-05-21 07:10:40 +02:00
parent 7971bdbb8e
commit c3f35d9f05
16 changed files with 1136 additions and 17 deletions

View File

@@ -56,6 +56,7 @@
#include "ViewProviderBoolean.h"
#include "ViewProviderPrimitive.h"
#include "ViewProviderDatumCS.h"
#include "ViewProviderThickness.h"
// use a different name to CreateCommand()
void CreatePartDesignCommands(void);
@@ -125,6 +126,7 @@ PyMODINIT_FUNC initPartDesignGui()
PartDesignGui::ViewProviderChamfer ::init();
PartDesignGui::ViewProviderFillet ::init();
PartDesignGui::ViewProviderDraft ::init();
PartDesignGui::ViewProviderThickness ::init();
PartDesignGui::ViewProviderTransformed ::init();
PartDesignGui::ViewProviderMirrored ::init();
PartDesignGui::ViewProviderLinearPattern ::init();