0026622: Tests - Avoid using dlog and decho commands in test scripts
[occt.git] / tests / bugs / modalg_5 / bug25509_5
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 # 05
11 # Two vertices FORWARD of the solid that is out of the growth
12
13 box b1 10 10 10 
14
15 explode b1 
16
17 vertex v1 11 11 0 
18 vertex v2 11 11 11 
19
20 shape result so
21 add b1_1 result
22 add v1 result
23 add v2 result
24
25 checkshape result
26
27 set 2dviewer 1