From: fps Date: Tue, 17 Sep 2013 08:28:13 +0000 (+0000) Subject: comment X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=411cc1113be7aa8df5f018bba2cf9ce02e84e17c;p=modules%2Fgeom.git comment --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index 0aa9600a2..27080cb54 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -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 @@#