0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / bugs / bug185
diff --git a/tests/v3d/bugs/bug185 b/tests/v3d/bugs/bug185
new file mode 100644 (file)
index 0000000..0444b31
--- /dev/null
@@ -0,0 +1,24 @@
+puts "========"
+puts "OCC185"
+puts "========"
+
+pload XDE MODELING VISUALIZATION
+
+igesbrep [locate_data_file OCC185.igs] a *
+
+tpcompound result
+tclean result
+
+vinit View1
+vdisplay result
+vfit
+vsetdispmode result 1
+
+checkcolor 235 214 0.78 0.55 0.9
+if { $stat != 1 } { puts "Error : Shading is OFF, but should be ON" }
+
+vsetdispmode result 0
+checkcolor 235 214 0 1 0
+if { $stat != 1 } { puts "Error : Shading is ON, but should be OFF" }
+
+vdump $imagedir/${casename}.png