Moved generic Datum class to Part module to avoid Sketcher dependency on PartDesign
This commit is contained in:
committed by
Stefan Tröger
parent
20ba1983a4
commit
5b3d5e6bd8
@@ -91,6 +91,7 @@
|
||||
#include "BRepOffsetAPI_MakePipeShellPy.h"
|
||||
#include "PartFeaturePy.h"
|
||||
#include "PropertyGeometryList.h"
|
||||
#include "DatumFeature.h"
|
||||
|
||||
namespace Part {
|
||||
extern PyObject* initModule();
|
||||
@@ -301,7 +302,7 @@ PyMODINIT_FUNC initPart()
|
||||
Part::GeomTrimmedSurface ::init();
|
||||
Part::GeomSurfaceOfRevolution ::init();
|
||||
Part::GeomSurfaceOfExtrusion ::init();
|
||||
|
||||
Part::Datum ::init();
|
||||
|
||||
IGESControl_Controller::Init();
|
||||
STEPControl_Controller::Init();
|
||||
|
||||
Reference in New Issue
Block a user