Next31TechDrawTools

This commit is contained in:
edi271
2021-11-04 14:46:07 +01:00
committed by WandererFan
parent d76f3b3c0c
commit 380386851e
40 changed files with 10200 additions and 151 deletions

View File

@@ -75,6 +75,7 @@ void CreateTechDrawCommands(void);
void CreateTechDrawCommandsDims(void);
void CreateTechDrawCommandsDecorate(void);
void CreateTechDrawCommandsAnnotate(void);
void CreateTechDrawCommandsExtensionDims(void);
void CreateTechDrawCommandsExtensions(void);
void loadTechDrawResource()
@@ -121,6 +122,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
CreateTechDrawCommandsDims();
CreateTechDrawCommandsDecorate();
CreateTechDrawCommandsAnnotate();
CreateTechDrawCommandsExtensionDims();
CreateTechDrawCommandsExtensions();
TechDrawGui::Workbench::init();