Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestUnion4Faces.py
index a3772deae41d6fda4b9ff7a711ac4f6c888a24a2..a1f325ef1fd0f7656cc549b627d21b93dc51ddbb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -57,7 +57,7 @@ Face_2 = model.addFace(Part_1_doc, Face_2_objects)
 Partition_1_objects = [model.selection("FACE", "Face_2_1"), model.selection("FACE", "Face_1_1"), model.selection("FACE", "PartSet/YOZ")]
 Partition_1 = model.addPartition(Part_1_doc, Partition_1_objects)
 Union_1_objects = [model.selection("FACE", "Partition_1_1_1"), model.selection("FACE", "Partition_1_1_3"), model.selection("FACE", "Partition_1_1_4")]
-Union_1 = model.addFuse(Part_1_doc, Union_1_objects, True, 20190506)
+Union_1 = model.addFuse(Part_1_doc, Union_1_objects, True, keepSubResults = True)
 model.do()
 
 model.checkResult(Union_1,model,1,[2],[0],[2],[13],[26])