Make Part working

This commit is contained in:
jriegel
2014-09-11 18:00:45 +02:00
committed by Stefan Tröger
parent 0288bb756f
commit cf9158abc9
5 changed files with 34 additions and 21 deletions

View File

@@ -95,6 +95,7 @@
#include "MeasureDistance.h"
#include "Placement.h"
#include "Plane.h"
#include "Part.h"
#include "MaterialObject.h"
#include "Expression.h"
@@ -1129,6 +1130,7 @@ void Application::initTypes(void)
App ::MaterialObjectPython ::init();
App ::Placement ::init();
App ::Plane ::init();
App ::Part ::init();
// Expression classes
App ::Expression ::init();