Salome HOME
#17784 [EDF] MESH-GEMS-2.9.6 Meshers options
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_Hexotic.hxx
index 71af57ba720953a1ace761e7211423b89eb80b57..0c3d002ebe00e58ff4c1806ccd26c0abc94a2bc3 100644 (file)
@@ -99,6 +99,7 @@ private:
   int              _hexesMaxLevel;
   double           _hexesMinSize;
   double           _hexesMaxSize;
+  double           _approxAngle;
   bool             _hexoticIgnoreRidges;
   bool             _hexoticInvalidElements;
   bool             _hexoticFilesKept;
@@ -117,6 +118,9 @@ private:
   std::vector<int> _facesWithLayers;
   std::vector<int> _imprintedFaces;
   SMDS_MeshNode**  _tabNode;
+  bool             _keepFiles;
+  bool             _removeLogOnSuccess;
+  bool             _logInStandardOutput;
   
 #ifdef WITH_BLSURFPLUGIN
   const BLSURFPlugin_Hypothesis* _blsurfHypo;