0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug27936
CommitLineData
192b2205 1puts "========"
2puts "OCC27936"
3puts "========"
4puts ""
5###############################################################################
6# [regression] BRepAlgoAPI_Common returns empty result for a solid and a face
7###############################################################################
8
9restore [locate_data_file bug27936_rsi.brep] s
10
11explode s
12brunparallel 1
13bop s_1 s_2
14bopcommon result
15
16set bug_info [string trim [explode result]]
17if {$bug_info == ""} {
18 puts "ERROR: OCC27936 is reproduced. Result of bopcommon is empty."
19}
20
21checkshape result
22checknbshapes result -vertex 4 -edge 4 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 11