]> OCCT Git - occt-copy.git/commitdiff
0029506: DRAW command "incmesh" hangs on the attached planar face with specified... CR29506
authoroan <oan@opencascade.com>
Wed, 10 Jul 2019 16:00:30 +0000 (19:00 +0300)
committeroan <oan@opencascade.com>
Wed, 10 Jul 2019 16:00:30 +0000 (19:00 +0300)
Added test case

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

diff --git a/tests/bugs/mesh/bug29506 b/tests/bugs/mesh/bug29506
new file mode 100644 (file)
index 0000000..d86daeb
--- /dev/null
@@ -0,0 +1,19 @@
+puts "========="
+puts "0029506: DRAW command 'incmesh' hangs on the attached planar face with specified deflection."
+puts "========="
+puts ""
+
+set ::env(CSF_MeshAlgo) 1
+
+restore [locate_data_file bug29506.brep] result
+tclean result
+
+incmesh result 1e-6
+checktrinfo result -tri 44437 -nod 44437 -defl 9.9999999999999995e-07
+
+vinit
+vsetdispmode 1
+vdefaults -autoTriang 0
+vdisplay result
+vfit
+checkview -screenshot -3d -path ${imagedir}/${test_image}.png