+ need dummy class for FeaturePython class to work

This commit is contained in:
wmayer
2015-10-25 22:42:50 +01:00
parent 2180f02f1c
commit c7e5ef5bc1
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();