From: apv Date: Fri, 4 Aug 2017 09:04:14 +0000 (+0300) Subject: 0025023: Check fails after cut operation X-Git-Tag: V7_2_0~76 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b101eb1ff0bae8e7d182780db33fd8d130eda761;p=occt.git 0025023: Check fails after cut operation --- diff --git a/tests/bugs/modalg_7/bug25023 b/tests/bugs/modalg_7/bug25023 new file mode 100644 index 0000000000..50aedd0365 --- /dev/null +++ b/tests/bugs/modalg_7/bug25023 @@ -0,0 +1,18 @@ +puts "========" +puts "OCC25023" +puts "========" +puts "" +################################### +# Check fails after cut operation +################################### + +restore [locate_data_file bug25023_a.brep] a +checkshape a + +restore [locate_data_file bug25023_b.brep] b +checkshape b + +bopargcheck b a -C + +bcut result b a +checkshape result