From: oan Date: Wed, 10 Jul 2019 16:00:30 +0000 (+0300) Subject: 0029506: DRAW command "incmesh" hangs on the attached planar face with specified... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9e4269d8e6c3e64bfe08698e61a11ffa6a816719;p=occt-copy.git 0029506: DRAW command "incmesh" hangs on the attached planar face with specified deflection. Added test case --- diff --git a/tests/bugs/mesh/bug29506 b/tests/bugs/mesh/bug29506 new file mode 100644 index 0000000000..d86daeb47d --- /dev/null +++ b/tests/bugs/mesh/bug29506 @@ -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