0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_7 / bug28892_3
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_tools.bin] b
10
11explode b
12bclearobjects
13bcleartools
14baddobjects b_6
15baddtools b_12
16bfillds
17bbuild result
18
19# just check that the operation did not raise an exception and produced any result
20checkshape result
21
22if {![regexp "OK" [bopcheck result]]} {
23 puts "Error: result is self-interfered"
24}
25
26# checkview -display result -2d -path ${imagedir}/${test_image}.png