0031199: BRepMesh fails on thin faces
[occt.git] / tests / bugs / mesh / bug31199_3
diff --git a/tests/bugs/mesh/bug31199_3 b/tests/bugs/mesh/bug31199_3
new file mode 100644 (file)
index 0000000..39e4647
--- /dev/null
@@ -0,0 +1,19 @@
+puts "======="
+puts "0031199: BRepMesh fails on thin faces"
+puts "======="
+puts ""
+
+restore [locate_data_file bug31199_failure2.brep] result
+
+incmesh result 0.1
+
+checktrinfo result -tri 78 -nod 80
+
+donly result
+triangles result
+isos result 0
+
+top
+fit
+
+checkview -screenshot -2d -path ${imagedir}/${test_image}.png
\ No newline at end of file