Add mesh parameters and Some fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user