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

@@ -52,6 +52,7 @@
#include "DatumPlane.h"
#include "DatumLine.h"
#include "DatumPoint.h"
#include "FeatureBoolean.h"
namespace PartDesign {
extern PyObject* initModule();
@@ -102,6 +103,7 @@ PyMODINIT_FUNC init_PartDesign()
PartDesign::Plane ::init();
PartDesign::Line ::init();
PartDesign::Point ::init();
PartDesign::Boolean ::init();
PartDesign::Point::initHints();
PartDesign::Line ::initHints();