]> OCCT Git - occt.git/commitdiff
0032053: Mesh - Invalid mesh after shape scaling
authoroan <oan@opencascade.com>
Thu, 20 Oct 2022 18:09:09 +0000 (21:09 +0300)
committersmoskvin <smoskvin@opencascade.com>
Mon, 31 Oct 2022 16:18:08 +0000 (19:18 +0300)
Added test case

tests/bugs/mesh/bug32053 [new file with mode: 0644]

diff --git a/tests/bugs/mesh/bug32053 b/tests/bugs/mesh/bug32053
new file mode 100644 (file)
index 0000000..304534d
--- /dev/null
@@ -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