Salome HOME
import and export XAO with Fields
[modules/geom.git] / idl / GEOM_Superv.idl
index 43890593252962f67eb2c0c9c007552a9e76b755..b0653b468bf4b813224b0f897988df610c492296 100644 (file)
@@ -269,10 +269,10 @@ module GEOM
     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);
+                      in ListOfGO groups, in ListOfFields 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);
+                      out ListOfGO subShapes, out ListOfGO groups, out ListOfFields fields);
 
     //-----------------------------------------------------------//
     // TransformOperations                                       //