0027784: Thickness fails on cylinder with draft
[occt.git] / tests / bugs / modalg_7 / bug27760
CommitLineData
569c9582 1puts "========"
2puts "OCC27760"
3puts "========"
4puts ""
5########################################################
6# [regression] BRepAlgoAPI_Common returns empty result
7########################################################
8
9restore [locate_data_file bug27760_leid.brep] l
10
11explode l
12brunparallel 1
13bop l_1 l_2
14bopcommon result
15
16set bug_info [string trim [explode result]]
17if {[llength $bug_info] == 0} {
18 puts "ERROR: OCC27760 is reproduced. Result of bopcommon operation is empty compound."
19}
20
21vinit
22vdisplay result
23vfit
24
25checkview -screenshot -3d -path ${imagedir}/${test_image}.png