mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Arguments of CutGroups method corrected
This commit is contained in:
parent
c1705b92b2
commit
7ac3342e9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user