From: akaftasev Date: Fri, 9 Dec 2022 16:32:00 +0000 (+0300) Subject: 0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes X-Git-Tag: V7_8_0~85 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FIR-2022-12-16;p=occt.git 0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes Added test case. --- 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