0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_5 / bug25509_1
1 puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_1"
2 puts "============"
3 puts "OCC25509"
4 puts "============"
5 puts ""
6 ######################################################
7 # Wrong shape considered as valid by checkshape
8 ######################################################
9
10 # 01 
11 # A solid with 2 shells that are regular
12 # and the SAME
13 #
14
15 box b 10 10 10 
16 explode b 
17 shape result so
18 add b_1 result
19 add b_1 result
20
21 checkshape result
22
23 checkview -display result -2d -path ${imagedir}/${test_image}.png