From: apn Date: Wed, 23 Nov 2016 15:07:21 +0000 (+0300) Subject: 0026450: Boolean operation is running endless X-Git-Tag: V7_1_0~7 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=10f55672dfedf8e6ab62271db9815fea95c3d624;p=occt-copy.git 0026450: Boolean operation is running endless Added test case bugs/modalg_6/bug26450 --- diff --git a/tests/bugs/modalg_6/bug26450 b/tests/bugs/modalg_6/bug26450 new file mode 100644 index 0000000000..58d7965b21 --- /dev/null +++ b/tests/bugs/modalg_6/bug26450 @@ -0,0 +1,14 @@ +puts "=========" +puts "OCC26450" +puts "=========" +puts "" +########################################### +# Boolean operation is running endless +########################################### + +cpulimit 300 + +restore [locate_data_file bug26450_a.brep] a +restore [locate_data_file bug26450_b.brep] b + +bop a b \ No newline at end of file