From cd7c40f5af87477aaa9dfb546ee5eef503dfca0b Mon Sep 17 00:00:00 2001 From: mkv Date: Thu, 17 Jul 2014 13:37:15 +0400 Subject: [PATCH] 0025080: [Regression] Problem of meshing narrow face Test case for issue CR25080 --- tests/bugs/mesh/bug25080 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 tests/bugs/mesh/bug25080 diff --git a/tests/bugs/mesh/bug25080 b/tests/bugs/mesh/bug25080 new file mode 100755 index 0000000000..aaf7a5622c --- /dev/null +++ b/tests/bugs/mesh/bug25080 @@ -0,0 +1,18 @@ +puts "============" +puts "CR25080" +puts "============" +puts "" +################################################################################### +# [Regression] Problem of meshing narrow face +################################################################################### + +restore [locate_data_file bug25080_cowl_narrow_face.brep] result + +incmesh result 0.0005 +if [catch { tricheck result } ] { + puts "Error : Problem of meshing narrow face" +} else { + puts "OK : Meshing narrow face is good" +} + +set 3dviewer 1