Salome HOME
bos #26436 [CEA] CopyMesh and mg-hexa
[plugins/hexoticplugin.git] / src / HexoticPlugin / MG_Hexotic_API.hxx
index e3d2cf4eb942a64e53f01b95d5fbf6a55d78727d..093f728ca8daea65b6375883662eb79e4bdbbc6b 100644 (file)
@@ -42,6 +42,7 @@ public:
   bool IsExecutable() { return !IsLibrary(); }
   void SetUseExecutable();
   void SetInputFile( const std::string mesh2DFile );
+  void SetIsInputMesh(bool isMeshIn) { _isMesh = isMeshIn; }
 
   // IN to MESHGEMS
   int  GmfOpenMesh(const char* theFile, int rdOrWr, int ver, int dim);