Salome HOME
Correct order of sub-shapes in the intersection and neighbor names, as it is in the...
[modules/shaper.git] / src / FeaturesPlugin / Test / Test2592.py
index 66ce2a1326c35b30eeb297aaf159da8c0dd8e7d1..ba27bbd566c564a137acb19ab27dbb4921b32de1 100644 (file)
@@ -27,7 +27,7 @@ partSet = model.moduleDocument()
 Part_1 = model.addPart(partSet)
 Part_1_doc = Part_1.document()
 Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
-Symmetry_1 = model.addSymmetry(Part_1_doc, [model.selection("SOLID", "Box_1_1")], model.selection("VERTEX", "[Box_1_1/Bottom][Box_1_1/Left][Box_1_1/Back]"), True)
+Symmetry_1 = model.addSymmetry(Part_1_doc, [model.selection("SOLID", "Box_1_1")], model.selection("VERTEX", "[Box_1_1/Back][Box_1_1/Left][Box_1_1/Bottom]"), True)
 Symmetry_2 = model.addSymmetry(Part_1_doc, [model.selection("SOLID", "Symmetry_1_1_1")], model.selection("EDGE", "PartSet/OX"), True)
 model.do()
 model.end()