Assembly: Introduce 'Exploded Views'

This commit is contained in:
PaddleStroke
2024-03-08 09:58:12 +01:00
committed by Yorik van Havre
parent 6a834422e7
commit 687843ff41
18 changed files with 2402 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include "AssemblyObject.h"
#include "JointGroup.h"
#include "ViewGroup.h"
namespace Assembly
@@ -58,6 +59,7 @@ PyMOD_INIT_FUNC(AssemblyApp)
Assembly::AssemblyObject ::init();
Assembly::JointGroup ::init();
Assembly::ViewGroup ::init();
PyMOD_Return(mod);
}