group coordinate planes and lines

This commit is contained in:
Stefan Tröger
2016-04-12 18:12:05 +02:00
parent 915b8ef446
commit 3f5caa2181
11 changed files with 268 additions and 23 deletions
+2
View File
@@ -98,6 +98,7 @@
#include "Plane.h"
#include "Line.h"
#include "Part.h"
#include "Origin.h"
#include "MaterialObject.h"
#include "Expression.h"
@@ -1136,6 +1137,7 @@ void Application::initTypes(void)
App ::Plane ::init();
App ::Line ::init();
App ::Part ::init();
App ::Origin ::init();
// Expression classes
App ::Expression ::init();