Salome HOME
Removed setColor for Sketch entities from test scripts.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPartitionSubCompsolidWithFace1.py
index 1e178975d85648a8420cc5dd1758ee068ae5fbeb..086680d49109aeb9ab2588e6ecee30295657932b 100644 (file)
@@ -36,10 +36,7 @@ model.do()
 Extrusion_1 = model.addExtrusion(Part_1_doc, [model.selection("COMPOUND", "Sketch_1")], model.selection(), "ExtrusionMax", "ExtrusionMin")
 Sketch_2 = model.addSketch(Part_1_doc, model.standardPlane("XOY"))
 SketchArc_1 = Sketch_2.addArc(10.01336797518561, 24.95055816041118, 7.898114670281987, -23.85096600991564, 58.22303946797933, 32.81761798074749, False)
-SketchArc_1.result().setColor(225, 0, 0)
-SketchArc_1.results()[1].setColor(225, 0, 0)
 SketchLine_1 = Sketch_2.addLine(58.22303949051827, 32.8176179844255, 7.898114670281987, -23.85096600991564)
-SketchLine_1.result().setColor(225, 0, 0)
 SketchConstraintCoincidence_1 = Sketch_2.setCoincident(SketchArc_1.endPoint(), SketchLine_1.startPoint())
 SketchConstraintCoincidence_2 = Sketch_2.setCoincident(SketchArc_1.startPoint(), SketchLine_1.endPoint())
 model.do()