]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
comment
authorfps <fps@opencascade.com>
Tue, 17 Sep 2013 08:28:13 +0000 (08:28 +0000)
committerfps <fps@opencascade.com>
Tue, 17 Sep 2013 08:28:13 +0000 (08:28 +0000)
src/GEOM_SWIG/geompyDC.py

index 0aa9600a2d06d491d412039ea46e24ffb6c4696d..27080cb5424ce6cccb71db60b55037bf1e94d7ff 100644 (file)
@@ -9085,15 +9085,15 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         def ExportXAO(self, shape, groups, fields, author, fileName):
             res = self.ImpExpOp.ExportXAO(shape, groups, fields, author, fileName)
             RaiseIfFailed("ExportXAO", self.ImpExpOp)
-            #if Parameters: anObj.SetParameters(Parameters)
             return res
 
         ## Import a shape from XAO format
         #  @param shape Shape to export
         #  @param fileName The name of the file to import
-        #  @return tuple (res, shape, groups, fields)
-        #       res Flag indicating if the import was succeful
+        #  @return tuple (res, shape, subShapes, groups, fields)
+        #       res Flag indicating if the import was successful
         #       shape The imported shape
+        #       subShapes The list of imported subShapes
         #       groups The list of imported groups
         #       fields The list of imported fields
         #
@@ -9101,7 +9101,6 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         def ImportXAO(self, fileName):
             res = self.ImpExpOp.ImportXAO(fileName)
             RaiseIfFailed("ImportXAO", self.ImpExpOp)
-            #if Parameters: anObj.SetParameters(Parameters)
             return res
 
         #@@ insert new functions before this line @@ do not remove this line @@#