From: nbv Date: Mon, 14 Sep 2015 10:02:11 +0000 (+0300) Subject: 0026567: Exception in Boolean intersection command X-Git-Tag: V7_0_0_beta~265 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=6bf8a928bd5b517823da409d85f5534077a5c9a9 0026567: Exception in Boolean intersection command Test case for this issue --- diff --git a/tests/bugs/modalg_6/bug26567 b/tests/bugs/modalg_6/bug26567 new file mode 100644 index 0000000000..7d763d1b60 --- /dev/null +++ b/tests/bugs/modalg_6/bug26567 @@ -0,0 +1,40 @@ +puts "============" +puts "OCC26567" +puts "============" +puts "" +############################### +## Exception in Boolean intersection command +############################### + +cpulimit 1000 + +restore [locate_data_file Bug26567_c0.brep] b1 +restore [locate_data_file Bug26567_c1.brep] b2 +restore [locate_data_file Bug26567_c2.brep] b3 +restore [locate_data_file Bug26567_c3.brep] b4 + + +bclearobjects +bcleartools +baddobjects b1 b2 b3 b4 + +#Exception in bfillds +bfillds + +bbop result 4 + +set nbshapes_expected " +Number of shapes in shape + VERTEX : 19228 + EDGE : 31600 + WIRE : 0 + FACE : 0 + SHELL : 0 + SOLID : 0 + COMPSOLID : 0 + COMPOUND : 1 + SHAPE : 50829 +" +checknbshapes result -ref ${nbshapes_expected} -t -m "result obtained by Common operator" + +set 3dviewer 1