+ need dummy class for FeaturePython class to work

This commit is contained in:
wmayer
2015-10-25 22:42:50 +01:00
parent a3cd03ac03
commit 15a6a463b3
3 changed files with 10 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ void AppFemExport initFem()
Fem::FemAnalysis ::init();
Fem::FemAnalysisPython ::init();
Fem::DocumentObject ::init();
Fem::FeaturePython ::init();
Fem::FemMesh ::init();
Fem::FemMeshObject ::init();