0023886: Visualizing planar faces with "notches" depends heavily on the deflection...
[occt.git] / tests / bugs / vis / bug23886_2
diff --git a/tests/bugs/vis/bug23886_2 b/tests/bugs/vis/bug23886_2
new file mode 100755 (executable)
index 0000000..15ee4e1
--- /dev/null
@@ -0,0 +1,24 @@
+puts "============"
+puts "CR23886"
+puts "============"
+puts ""
+########################################################################################
+# Visualizing planar faces with "notches" depends heavily on the deflection coefficient
+########################################################################################
+
+restore [locate_data_file bug23886_face_02.brep] s
+
+vinit
+vdisplay s
+vfit
+
+vdefaults angDefl=1
+
+vsetdispmode s 1
+vdump ${imagedir}/${casename}_1.png
+
+vsetshading s 0.00001
+vdump ${imagedir}/${casename}_2.png
+
+vsetshading s 0.01
+vdump ${imagedir}/${casename}_3.png