0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug28892_2
CommitLineData
73375359 1puts "======="
2puts "OCC28892"
3puts "======="
4puts ""
5##################################################
6# BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception in app on the given shapes set
7##################################################
8
9binrestore [locate_data_file bug28892_shape.bin] a
10binrestore [locate_data_file bug28892_tools.bin] b
11
12bclearobjects
13bcleartools
14baddobjects a
15explode b
16baddtools b_1 b_6 b_12
17bfillds
18bbuild result
19
20# just check that the operation did not raise an exception and produced any result
21checkshape result
22
23if {![regexp "OK" [bopcheck result]]} {
24 puts "Error: result is self-interfered"
25}
26
27# checkview -display result -2d -path ${imagedir}/${test_image}.png