Salome HOME
Moving of unexistent 'Shading' property to 'Interpolation' one.
[modules/paravis.git] / test / VisuPrs / 3D_viewer / A7.py
index 59fe120b31a042bb8e64c6254dc3bfc42f0b1082..4a11afaa6c90f0ca75d6a6a491cb61fdf66443f7 100644 (file)
@@ -56,7 +56,7 @@ else:
 represents = [RepresentationType.POINTS, RepresentationType.WIREFRAME,\
 RepresentationType.SURFACE, RepresentationType.VOLUME]
 shrinks = [0, 1]
-shadings = [0, 1]
+shadings = ["Flat", "Gouraud"]
 opacities = [1.0, 0.5, 0.0]
 linewidths = [1.0, 3.0, 10.0]
 compare_prec = 0.00001
@@ -87,7 +87,7 @@ for reprCode in represents:
 
         for sha in shadings:
             setShaded(my_view, sha)
-            call_and_check(cut_planes, "Shading", sha, 1)
+            call_and_check(cut_planes, "Interpolation", sha, 1)
             Render(my_view)
 
             for opa in opacities: