From 4cca9aebec918824061f8233b042fe22ef9b25e1 Mon Sep 17 00:00:00 2001 From: aavtamon Date: Mon, 18 Jan 2021 12:21:58 +0300 Subject: [PATCH] 0031524: Modeling Algorithms - Unify same domain corrupts shape representing a cylindrical tube Test script created. --- tests/bugs/heal/bug31524 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/bugs/heal/bug31524 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 -- 2.39.5