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