From 192b22058bb8f41ece7d37170767a59e0cc62ffa Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 23 Aug 2017 14:24:54 +0300 Subject: [PATCH] 0027936: [regression] BRepAlgoAPI_Common returns empty result for a solid and a face Problem is not reproduced on current master. Issue must be closed on 7.2.0. Test case was added only. --- tests/bugs/modalg_7/bug27936 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/bugs/modalg_7/bug27936 diff --git a/tests/bugs/modalg_7/bug27936 b/tests/bugs/modalg_7/bug27936 new file mode 100644 index 0000000000..ee5ea64238 --- /dev/null +++ b/tests/bugs/modalg_7/bug27936 @@ -0,0 +1,22 @@ +puts "========" +puts "OCC27936" +puts "========" +puts "" +############################################################################### +# [regression] BRepAlgoAPI_Common returns empty result for a solid and a face +############################################################################### + +restore [locate_data_file bug27936_rsi.brep] s + +explode s +brunparallel 1 +bop s_1 s_2 +bopcommon result + +set bug_info [string trim [explode result]] +if {$bug_info == ""} { + puts "ERROR: OCC27936 is reproduced. Result of bopcommon is empty." +} + +checkshape result +checknbshapes result -vertex 4 -edge 4 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 11