remove hole feature

A hole feature is something needed, however, the current implementation does not use the attacher code which would made it intuitive and compatibel to other workbench tools. A reimplementation is needed.
This commit is contained in:
Stefan Tröger
2015-07-06 21:13:10 +02:00
parent 72c70bcc50
commit 12c5e1f92f
6 changed files with 37 additions and 34 deletions

View File

@@ -46,7 +46,7 @@
#include "FeaturePolarPattern.h"
#include "FeatureScaled.h"
#include "FeatureMultiTransform.h"
#include "FeatureHole.h"
//#include "FeatureHole.h"
#include "DatumPlane.h"
#include "DatumLine.h"
#include "DatumPoint.h"
@@ -93,7 +93,7 @@ PyMODINIT_FUNC init_PartDesign()
PartDesign::PolarPattern ::init();
PartDesign::Scaled ::init();
PartDesign::MultiTransform ::init();
PartDesign::Hole ::init();
//PartDesign::Hole ::init();
PartDesign::Body ::init();
PartDesign::Pad ::init();
PartDesign::Pocket ::init();