[TD]migrate DrawingWB projection functions to TechDrawWB

This commit is contained in:
Wanderer Fan
2022-01-27 15:06:10 -05:00
committed by WandererFan
parent 71913a497f
commit cc770208ea
18 changed files with 2771 additions and 5 deletions

View File

@@ -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();