Allow booleans of bodies in PartDesign

This commit is contained in:
jrheinlaender
2013-05-22 20:47:31 +04:30
committed by Stefan Tröger
parent ed2657380c
commit 638cfd2682
13 changed files with 1020 additions and 2 deletions

View File

@@ -51,6 +51,7 @@
#include "ViewProviderDatumPoint.h"
#include "ViewProviderDatumLine.h"
#include "ViewProviderDatumPlane.h"
#include "ViewProviderBoolean.h"
// use a different name to CreateCommand()
void CreatePartDesignCommands(void);
@@ -126,6 +127,7 @@ PyMODINIT_FUNC initPartDesignGui()
PartDesignGui::ViewProviderDatumPoint ::init();
PartDesignGui::ViewProviderDatumLine ::init();
PartDesignGui::ViewProviderDatumPlane ::init();
PartDesignGui::ViewProviderBoolean ::init();
// add resources and reloads the translators
loadPartDesignResource();