From: oan Date: Mon, 30 Dec 2019 22:01:06 +0000 (+0300) Subject: 0025287: BRepMesh_IncrementalMesh produces (way) out of tolerance mesh Added test... X-Git-Tag: V7_5_0_beta~307 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0c061f3d9de6938fb5dd94a1567dea3127d611b1;p=occt-copy.git 0025287: BRepMesh_IncrementalMesh produces (way) out of tolerance mesh Added test case --- diff --git a/tests/bugs/mesh/bug25287 b/tests/bugs/mesh/bug25287 new file mode 100644 index 0000000000..e393940466 --- /dev/null +++ b/tests/bugs/mesh/bug25287 @@ -0,0 +1,21 @@ +puts "=======" +puts "0025287: BRepMesh_IncrementalMesh produces (way) out of tolerance mesh" +puts "=======" +puts "" + +pload XDE + +param xstep.cascade.unit M +stepread [locate_data_file bug25287_bad_tess_face_plus.step] a * +renamevar a_1 result + +incmesh result 0.0001 -a 30 -force_face_def -parallel + +checktrinfo result -tri 13854 -nod 9190 -defl 0.00012495021746395917 + +vinit +vsetdispmode 1 +vdisplay result +vfit +checkview -screenshot -3d -path ${imagedir}/${test_image}.png +