]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/Test/Test3031.py
Salome HOME
Change the paradigm of versioning of Boolean Operations on the Python API level.
[modules/shaper.git] / src / CollectionPlugin / Test / Test3031.py
index a96f09ff58b4e9916b4e7a7cffe73a3e6d502846..878436f1c7795cf5f2b16118641f95ba72813efc 100644 (file)
@@ -34,7 +34,7 @@ model.do()
 Face_1 = model.addFace(Part_1_doc, [model.selection("FACE", "Sketch_1/Face-SketchCircle_1_2r")])
 Edge_1 = model.addEdge(Part_1_doc, [model.selection("EDGE", "Sketch_2/SketchLine_1")])
 Group_1 = model.addGroup(Part_1_doc, "Edges", [model.selection("EDGE", "Edge_1_1")])
-Partition_1 = model.addPartition(Part_1_doc, [model.selection("FACE", "Face_1_1"), model.selection("EDGE", "Edge_1_1")], 20190506)
+Partition_1 = model.addPartition(Part_1_doc, [model.selection("FACE", "Face_1_1"), model.selection("EDGE", "Edge_1_1")], keepSubResults = True)
 model.do()
 # move group after the partition
 Part_1_doc.moveFeature(Group_1.feature(), Partition_1.feature())