]> SALOME platform Git repositories - modules/geom.git/blobdiff - idl/GEOM_Superv.idl
Salome HOME
Merge from BR_V7_main_Field branch (02/09/2013)
[modules/geom.git] / idl / GEOM_Superv.idl
index 29bcea81b39974c8e3d3fcf6477743e30db8b3c6..0e7e85ca3329d3271d763f488f699491f94afe70 100644 (file)
@@ -262,6 +262,11 @@ module GEOM
                             out string_array thePatterns) ;
     void ExportTranslators (out string_array theFormats,
                             out string_array thePatterns) ;
+    boolean ExportXAO(in GEOM_Object shape,
+                     in ListOfGO groups, in ListOfGO fields,
+                     in string author, in string fileName);
+    boolean ImportXAO(in string fileName, out GEOM_Object shape,
+                     out ListOfGO subShapes, out ListOfGO groups, out ListOfGO fields);
 
     //-----------------------------------------------------------//
     // TransformOperations                                       //