From: oan Date: Wed, 10 Jul 2019 15:51:08 +0000 (+0300) Subject: 0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5f55b8e615ee1a29cf35688fc880186e98dcfe1c;p=occt-copy.git 0026074: BRepMesh_IncrementalMesh meshes a specific shape for a long time Added test case --- diff --git a/tests/bugs/mesh/bug26074 b/tests/bugs/mesh/bug26074 new file mode 100644 index 0000000000..f77645ccaa --- /dev/null +++ b/tests/bugs/mesh/bug26074 @@ -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