From: aavtamon Date: Mon, 18 Jan 2021 09:21:58 +0000 (+0300) Subject: 0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylind... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=4cca9aebec918824061f8233b042fe22ef9b25e1;p=occt-copy.git 0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylindrical tube Test script created. --- diff --git a/tests/bugs/heal/bug31524 b/tests/bugs/heal/bug31524 new file mode 100644 index 0000000000..af9d84f6dc --- /dev/null +++ b/tests/bugs/heal/bug31524 @@ -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