0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_7 / bug28274
CommitLineData
9026dea8 1puts "TODO OCC28274 ALL: Error: BOPAlgo_MakerVolume fails to create solid"
2
3puts "========"
4puts "OCC28274"
5puts "========"
6puts ""
7######################################################
8# BOPAlgo_MakerVolume fails to create solid
9######################################################
10
11restore [locate_data_file bug28274_tmp.brep] a
12
13bnondestructive 1
14
15set Log [eval mkvolume result [explode a f] ]
16
17if {[regexp "Warning" ${Log}] == 1} {
18 puts "Error: BOPAlgo_MakerVolume fails to create solid"
19}
20
21checkshape result
22
23bopcheck result
24
25checkview -display result -2d -path ${imagedir}/${test_image}.png