From: sln Date: Fri, 28 Nov 2008 08:51:27 +0000 (+0000) Subject: Arguments of CutGroups method corrected X-Git-Tag: Phase8_Part1_16122008~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7ac3342e9f2bfc184b90a445d44ea0ec4e273ea9;p=modules%2Fsmesh.git Arguments of CutGroups method corrected --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 117580cfa..93f2e22f0 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -1272,8 +1272,8 @@ class Mesh: # the main group but are not present in the tool group are added to the new one # @return an instance of SMESH_Group # @ingroup l2_grps_operon - def CutGroups(self, groups, name): - return self.mesh.CutGroups(groups, name) + def CutGroups(self, main_group, tool_group, name): + return self.mesh.CutGroups(main_group, tool_group, name) ## Produces a cut of groups # A new group is created. All mesh elements that are present in main groups