Salome HOME
Add new method to get the list of rotated/translated entities of MultiRotation/MultiT...
[modules/shaper.git] / src / FiltersPlugin / Test / Test2946.py
index 401e75ebfaa763b8dbf0a8beac3414f60990dd51..0cb89d013796b43fb57c7d4ec68aee521463ea85 100644 (file)
@@ -39,7 +39,7 @@ SketchConstraintAngle_1 = Sketch_1.setAngle(SketchLine_2.result(), SketchLine_1.
 SketchConstraintMirror_1 = Sketch_1.addMirror(SketchLine_2.result(), [SketchLine_1.result()])
 [SketchLine_3] = SketchConstraintMirror_1.mirrored()
 SketchMultiRotation_1 = Sketch_1.addRotation([SketchLine_1.result(), SketchLine_3.result()], SketchAPI_Line(SketchLine_2).startPoint(), 360, 4, True)
-[SketchLine_4, SketchLine_5, SketchLine_6, SketchLine_7, SketchLine_8, SketchLine_9] = SketchMultiRotation_1.rotated()
+[SketchLine_4, SketchLine_5, SketchLine_6, SketchLine_3, SketchLine_7, SketchLine_8, SketchLine_9] = SketchMultiRotation_1.rotated()
 SketchArc_1 = Sketch_1.addArc(0, 0, 10.35276180410083, 38.63703305156273, -10.35276180410083, 38.63703305156273, False)
 SketchConstraintCoincidence_3 = Sketch_1.setCoincident(SketchCircle_1.center(), SketchArc_1.center())
 SketchConstraintRadius_3 = Sketch_1.setRadius(SketchArc_1.results()[1], 40)