Created FEM constraint document object

This commit is contained in:
jrheinlaender
2013-02-07 11:09:43 +04:30
parent 1412805c0f
commit 918291f81f
13 changed files with 2221 additions and 11 deletions

View File

@@ -41,6 +41,7 @@
#include "FemSetNodesObject.h"
#include "HypothesisPy.h"
#include "FemConstraint.h"
extern struct PyMethodDef Fem_methods[];
@@ -115,6 +116,7 @@ void AppFemExport initFem()
Fem::FemSetGeometryObject ::init();
Fem::FemSetNodesObject ::init();
Fem::Constraint ::init();
}
} // extern "C"