0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_1 / bug13186_3
CommitLineData
a4eba920 1puts "TODO OCC12345 ALL: Error : is WRONG because number of "
3bea4c16 2puts "============"
3puts "OCC13186"
4puts "============"
5puts ""
6#######################################################################
7# Problem with Boolean operation
8# Bug is reprodused on Linux platform only
9#######################################################################
10
11restore [locate_data_file OCC13186_cutcyl11.brep] b1
12restore [locate_data_file OCC13186_sphere.brep] b2
13
14bop b1 b2
15bopcommon result
16
58cf74e0 17checkprops result -s 14.9648
18checkshape result
a4eba920 19checknbshapes result -vertex 8 -edge 11 -wire 7 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 34
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 21