Add mesh parameters and Some fixes

This commit is contained in:
jriegel
2013-04-23 00:16:47 +02:00
parent 6c8cb6f184
commit e2b224d217
8 changed files with 75 additions and 12 deletions

View File

@@ -27,6 +27,7 @@
#include "FemMesh.h"
#include "FemMeshShapeObject.h"
#include <App/PropertyStandard.h>
namespace Fem
{
@@ -40,6 +41,14 @@ public:
FemMeshShapeNetgenObject(void);
virtual ~FemMeshShapeNetgenObject();
App::PropertyFloat MaxSize;
App::PropertyBool SecondOrder;
App::PropertyEnumeration Fininess;
App::PropertyFloat GrothRate;
App::PropertyInteger NbSegsPerEdge;
App::PropertyInteger NbSegsPerRadius;
App::PropertyBool Optimize;
/// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const {
return "FemGui::ViewProviderFemMeshShapeNetgen";