Add workflow to create MeshShape node by commando and use standard hypotheses for meshing (quad surface)

This commit is contained in:
jriegel
2013-03-28 20:50:55 +01:00
parent 7b1feeac3c
commit fd52cefd49
5 changed files with 173 additions and 21 deletions

View File

@@ -34,6 +34,7 @@
#include "FemMesh.h"
#include "FemMeshProperty.h"
#include "FemMeshObject.h"
#include "FemMeshShapeObject.h"
#include "FemSetElementsObject.h"
#include "FemSetFacesObject.h"
@@ -112,6 +113,7 @@ void AppFemExport initFem()
Fem::FemMesh ::init();
Fem::FemMeshObject ::init();
Fem::FemMeshShapeObject ::init();
Fem::PropertyFemMesh ::init();
Fem::FemSetObject ::init();