0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_7 / bug28274
1 puts "========"
2 puts "OCC28274"
3 puts "========"
4 puts ""
5 ######################################################
6 # BOPAlgo_MakerVolume fails to create solid
7 ######################################################
8
9 restore [locate_data_file bug28274_tmp.brep] a
10
11 bnondestructive 1
12
13 set Log [eval mkvolume result [explode a f] ]
14
15 checkshape result
16
17 if ![regexp "OK" [bopcheck result]] {
18   puts "Error: result has self-interferred shapes"
19 }
20
21 checknbshapes result -solid 3 -shell 3 -face 11 -wire 11
22 checkprops result -s 985.692 -v 741.787
23 checkview -display result -2d -path ${imagedir}/${test_image}.png