FEM: extend the C++ fem mesh object to be able make python mesh object childs
This commit is contained in:
@@ -136,6 +136,7 @@ PyMODINIT_FUNC initFem()
|
||||
Fem::FeaturePython ::init();
|
||||
Fem::FemMesh ::init();
|
||||
Fem::FemMeshObject ::init();
|
||||
Fem::FemMeshObjectPython ::init();
|
||||
Fem::FemMeshShapeObject ::init();
|
||||
Fem::FemMeshShapeNetgenObject ::init();
|
||||
Fem::PropertyFemMesh ::init();
|
||||
|
||||
Reference in New Issue
Block a user