added TechDrawTools Commands

This commit is contained in:
edi271
2021-07-23 15:53:24 +02:00
parent 2bf67f0191
commit 186b542050
11 changed files with 1399 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ void CreateTechDrawCommands(void);
void CreateTechDrawCommandsDims(void);
void CreateTechDrawCommandsDecorate(void);
void CreateTechDrawCommandsAnnotate(void);
void CreateTechDrawCommandsTools(void);
void loadTechDrawResource()
{
@@ -120,6 +121,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
CreateTechDrawCommandsDims();
CreateTechDrawCommandsDecorate();
CreateTechDrawCommandsAnnotate();
CreateTechDrawCommandsTools();
TechDrawGui::Workbench::init();
TechDrawGui::MDIViewPage::init();