]> SALOME platform Git repositories - modules/homard.git/blobdiff - idl/HOMARD_Cas.idl
Salome HOME
Création automatique de schémas YACS à partir d'un cas
[modules/homard.git] / idl / HOMARD_Cas.idl
index d7a1220eb04d7de01abfb0111eba440e355a402d..747b4859342934e383656431444c891b02af810c 100644 (file)
@@ -90,6 +90,11 @@ module HOMARD
 
     void     AddIteration (in string IterName)             raises (SALOME::SALOME_Exception);
 
+// YACS
+    long     WriteYACSSchema(in string ScriptFile, in string DirName, in string MeshFile)
+                                                           raises (SALOME::SALOME_Exception);
+
+
   };
 };
 #endif