]> OCCT Git - occt-copy.git/commitdiff
0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time CR26074
authoroan <oan@opencascade.com>
Wed, 10 Jul 2019 15:51:08 +0000 (18:51 +0300)
committeroan <oan@opencascade.com>
Wed, 10 Jul 2019 15:59:28 +0000 (18:59 +0300)
Added test case

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

diff --git a/tests/bugs/mesh/bug26074 b/tests/bugs/mesh/bug26074
new file mode 100644 (file)
index 0000000..f77645c
--- /dev/null
@@ -0,0 +1,19 @@
+puts "========="
+puts "0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time"
+puts "========="
+puts ""
+
+set ::env(CSF_MeshAlgo) 1
+
+restore [locate_data_file bug26074.brep] result
+tclean result
+
+incmesh result 0.01116 -a 15 -parallel
+checktrinfo result -tri
+
+vinit
+vsetdispmode 1
+vdefaults -autoTriang 0
+vdisplay result
+vfit
+checkview -screenshot -3d -path ${imagedir}/${test_image}.png