Added Material base-classes

This commit is contained in:
jriegel
2013-06-01 18:12:57 +02:00
parent e6c649cc1d
commit fd262a24f6
7 changed files with 272 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
#include "MeasureDistance.h"
#include "Placement.h"
#include "Plane.h"
#include "MaterialObject.h"
// If you stumble here, run the target "BuildExtractRevision" on Windows systems
// or the Python script "SubWCRev.py" on Linux based systems which builds
@@ -1044,6 +1045,7 @@ void Application::initTypes(void)
App ::Annotation ::init();
App ::AnnotationLabel ::init();
App ::MeasureDistance ::init();
App ::MaterialObject ::init();
App ::Placement ::init();
App ::Plane ::init();
}