Assembly: Simulation implementation
This commit is contained in:
committed by
Max Wilfinger
parent
4a2edae421
commit
3326c33d83
@@ -33,6 +33,7 @@
|
||||
#include "BomGroup.h"
|
||||
#include "JointGroup.h"
|
||||
#include "ViewGroup.h"
|
||||
#include "SimulationGroup.h"
|
||||
|
||||
|
||||
namespace Assembly
|
||||
@@ -68,6 +69,7 @@ PyMOD_INIT_FUNC(AssemblyApp)
|
||||
Assembly::BomGroup ::init();
|
||||
Assembly::JointGroup ::init();
|
||||
Assembly::ViewGroup ::init();
|
||||
Assembly::SimulationGroup ::init();
|
||||
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user