Second step for implementing datum features
This commit is contained in:
committed by
Stefan Tröger
parent
63f782d8f0
commit
3b81168e41
@@ -49,6 +49,7 @@
|
||||
#include "FeatureScaled.h"
|
||||
#include "FeatureMultiTransform.h"
|
||||
#include "FeatureHole.h"
|
||||
#include "DatumFeature.h"
|
||||
|
||||
namespace PartDesign {
|
||||
extern PyObject* initModule();
|
||||
@@ -95,5 +96,9 @@ PyMODINIT_FUNC init_PartDesign()
|
||||
PartDesign::Revolution ::init();
|
||||
PartDesign::Groove ::init();
|
||||
PartDesign::Chamfer ::init();
|
||||
PartDesign::Draft ::init();
|
||||
PartDesign::Draft ::init();
|
||||
PartDesign::Datum ::init();
|
||||
PartDesign::Plane ::init();
|
||||
PartDesign::Line ::init();
|
||||
PartDesign::Point ::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user