]> OCCT Git - occt-copy.git/commitdiff
0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylind...
authoraavtamon <anton.avtamonov@opencascade.com>
Mon, 18 Jan 2021 09:21:58 +0000 (12:21 +0300)
committeraavtamon <anton.avtamonov@opencascade.com>
Mon, 18 Jan 2021 10:49:07 +0000 (13:49 +0300)
Test script created.

tests/bugs/heal/bug31524 [new file with mode: 0644]

diff --git a/tests/bugs/heal/bug31524 b/tests/bugs/heal/bug31524
new file mode 100644 (file)
index 0000000..af9d84f
--- /dev/null
@@ -0,0 +1,10 @@
+puts "==============================================================================================="
+puts "0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylindrical tube"
+puts "==============================================================================================="
+puts ""
+
+restore [locate_data_file bug31524.brep] shape
+
+unifysamedom res shape
+checkshape shape
+       
\ No newline at end of file