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