Part: add datum objects and commands to create them.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "ViewProvider.h"
|
||||
#include "ViewProvider2DObject.h"
|
||||
#include "ViewProviderAttachExtension.h"
|
||||
#include "ViewProviderDatum.h"
|
||||
#include "ViewProviderGridExtension.h"
|
||||
#include "ViewProviderBoolean.h"
|
||||
#include "ViewProviderBox.h"
|
||||
@@ -167,6 +168,10 @@ PyMOD_INIT_FUNC(PartGui)
|
||||
PartGui::ViewProviderGridExtensionPython ::init();
|
||||
PartGui::ViewProviderSplineExtension ::init();
|
||||
PartGui::ViewProviderSplineExtensionPython ::init();
|
||||
PartGui::ViewProviderLine ::init();
|
||||
PartGui::ViewProviderPlane ::init();
|
||||
PartGui::ViewProviderPoint ::init();
|
||||
PartGui::ViewProviderLCS ::init();
|
||||
PartGui::ViewProviderPartExt ::init();
|
||||
PartGui::ViewProviderPart ::init();
|
||||
PartGui::ViewProviderPrimitive ::init();
|
||||
|
||||
Reference in New Issue
Block a user