X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestCopyMoveResult.py;h=6662ad6ffa236295ddb5adfa4bf03a8f9681c090;hb=3dd265844d1369da755e0e94dd6a2806706bd055;hp=cebb307ac48c9f98fa1f98114b6fa33cb498bc30;hpb=1f3217132aa73757b2d95e612e51e7d46fb082fe;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestCopyMoveResult.py b/src/FeaturesPlugin/Test/TestCopyMoveResult.py index cebb307ac..6662ad6ff 100644 --- a/src/FeaturesPlugin/Test/TestCopyMoveResult.py +++ b/src/FeaturesPlugin/Test/TestCopyMoveResult.py @@ -48,7 +48,7 @@ Extrusion_1.result().setName("Origin") Group_1 = model.addGroup(Part_1_doc, "Solids", [model.selection("SOLID", "Extrusion_1_1_1")]) Copy_1 = model.addCopy(Part_1_doc, [model.selection("COMPSOLID", "Origin")], 1) Copy_1.result().setName("Origin_1") -Fillet_1 = model.addFillet(Part_1_doc, [model.selection("EDGE", "[Origin_1_1/Copy_3][Origin_1_1/Copy_7]"), model.selection("EDGE", "[Origin_1_1/Copy_12][Origin_1_1/Copy_14]")], 2) +Fillet_1 = model.addFillet(Part_1_doc, [model.selection("EDGE", "[Origin_1_1/Copy_2][Origin_1_1/Copy_6]"), model.selection("EDGE", "[Origin_1_2/Copy_4][Origin_1_2/Copy_6]")], 2) Fillet_1.result().setName("CopyCompound") model.do() # move the group feature to the end - through copy and fillet on this copy (to distinguish the origin and the copy)