Salome HOME
Remark of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concate...
authorouv <ouv@opencascade.com>
Fri, 5 Jun 2009 10:08:10 +0000 (10:08 +0000)
committerouv <ouv@opencascade.com>
Fri, 5 Jun 2009 10:08:10 +0000 (10:08 +0000)
src/SMESH_SWIG/SMESH_BuildCompound.py

index 87c7e47cab36b1d5eb2bd1259d61070980c356f0..843071ed15f7e79e57e6900ec624f926c9d2172e 100644 (file)
@@ -93,6 +93,6 @@ Compound1 = smesh.smesh.Concatenate([Mesh_inf.GetMesh(), Mesh_sup.GetMesh()], 0,
 smesh.SetName(Compound1, 'Compound_with_RenamedGrps_and_MergeElems')
 # create a compound of two meshes with uniting groups with the same names and
 # creating groups of all elements
 smesh.SetName(Compound1, 'Compound_with_RenamedGrps_and_MergeElems')
 # create a compound of two meshes with uniting groups with the same names and
 # creating groups of all elements
-Compound2 = smesh.smesh.ConcatenateWithGroups([Mesh_inf.GetMesh(), Mesh_sup.GetMesh()], 1, 0, 1e-05)
+Compound2 = smesh.smesh.Concatenate([Mesh_inf.GetMesh(), Mesh_sup.GetMesh()], 1, 0, 1e-05, True)
 smesh.SetName(Compound2, 'Compound_with_UniteGrps_and_GrpsOfAllElems')
 #end
 smesh.SetName(Compound2, 'Compound_with_UniteGrps_and_GrpsOfAllElems')
 #end