From a638dd62246542251d8f9b48eba80775d672ee80 Mon Sep 17 00:00:00 2001 From: akaftasev Date: Fri, 9 Dec 2022 19:32:00 +0300 Subject: [PATCH] 0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes Added test case. --- tests/bugs/modalg_7/bug33265 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/modalg_7/bug33265 diff --git a/tests/bugs/modalg_7/bug33265 b/tests/bugs/modalg_7/bug33265 new file mode 100644 index 0000000000..b6d270df05 --- /dev/null +++ b/tests/bugs/modalg_7/bug33265 @@ -0,0 +1,16 @@ +puts "============" +puts "0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes" +puts "============" +puts "" + +restore [locate_data_file bug33265.brep] hull +plane p 0 0.0001 0 0 1 0 +mkface f p -150 150 -150 150 +bop hull f +bopsection res + +checknbshapes res -vertex 16 -edge 16 +checkprops res -l 170.631 +checksection res -r 0 + +checkview -display res -2d -path ${imagedir}/${test_image}.png