[TD]migrate DrawingWB projection functions to TechDrawWB
This commit is contained in:
committed by
WandererFan
parent
71913a497f
commit
cc770208ea
@@ -65,6 +65,8 @@
|
||||
|
||||
#include "CosmeticExtension.h"
|
||||
|
||||
#include "FeatureProjection.h"
|
||||
|
||||
namespace TechDraw {
|
||||
extern PyObject* initModule();
|
||||
}
|
||||
@@ -130,6 +132,8 @@ PyMOD_INIT_FUNC(TechDraw)
|
||||
TechDraw::CosmeticExtension ::init();
|
||||
TechDraw::CosmeticExtensionPython::init();
|
||||
|
||||
TechDraw::FeatureProjection::init();
|
||||
|
||||
// are these python init calls required? some modules don't have them
|
||||
// Python Types
|
||||
TechDraw::DrawPagePython ::init();
|
||||
|
||||
Reference in New Issue
Block a user