From: oan Date: Thu, 20 Oct 2022 18:09:09 +0000 (+0300) Subject: 0032053: Mesh - Invalid mesh after shape scaling X-Git-Tag: V7_7_0~6 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b77de43fb0ee2ba27b9fd86e96e3ffb0592ad5b9;p=occt.git 0032053: Mesh - Invalid mesh after shape scaling Added test case --- diff --git a/tests/bugs/mesh/bug32053 b/tests/bugs/mesh/bug32053 new file mode 100644 index 0000000000..304534d136 --- /dev/null +++ b/tests/bugs/mesh/bug32053 @@ -0,0 +1,14 @@ +puts "=======" +puts "0032053: Mesh - Invalid mesh after shape scaling" +puts "=======" +puts "" + +restore [locate_data_file bug32053_prob_face.brep] a + +scaleshape result a 0.1 +vdisplay result -dispMode 1 +vfit + +checktrinfo result -tri 168 -nod 133 + +checkview -screenshot -3d -path ${imagedir}/${test_image}.png