0031476: Wrong shading of a toroidal face from a SAT file
authoroan <oan@opencascade.com>
Tue, 18 Oct 2022 12:50:59 +0000 (15:50 +0300)
committersmoskvin <smoskvin@opencascade.com>
Mon, 31 Oct 2022 15:20:29 +0000 (18:20 +0300)
Added test case

tests/bugs/mesh/bug31476 [new file with mode: 0644]

diff --git a/tests/bugs/mesh/bug31476 b/tests/bugs/mesh/bug31476
new file mode 100644 (file)
index 0000000..58b529b
--- /dev/null
@@ -0,0 +1,30 @@
+puts "================"
+puts "0031476: Wrong shading of a toroidal face from a SAT file"
+puts "================"
+puts ""
+
+restore [locate_data_file bug31476_toroidal_face.brep] result
+
+fixshape result result +i
+
+vinit
+vsetdispmode 1
+vdisplay result
+vfit
+
+smallview
+fit
+isos result 0
+triangles result
+
+checktrinfo result -tri 135 -nod 104
+
+set log [tricheck result]
+if { [llength $log] != 0 } {
+  puts "Error : Invalid mesh"
+} else {
+  puts "Mesh is OK"
+}
+
+checkview -screenshot -3d -path ${imagedir}/${test_image}_3d.png 
+checkview -screenshot -2d -path ${imagedir}/${test_image}_2d.png