0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug25509_5
CommitLineData
949df2b6 1puts "============"
2puts "OCC25509"
3puts "============"
4puts ""
5######################################################
6# Wrong shape considered as valid by checkshape
7######################################################
8
9# 05
10# Two vertices FORWARD of the solid that is out of the growth
11#
12box b1 10 10 10
13
14explode b1
15
16vertex v1 11 11 0
17vertex v2 11 11 11
18
19shape result so
20add b1_1 result
21add v1 result
22add v2 result
23
24decho off
25set info [checkshape result]
26decho on
27
28if { [regexp "Faulty shapes in variables faulty_1" ${info}] != 1 } {
29 puts "Error : There are no mistakes by checkshape-command"
30} else {
31 puts "OK : There are mistakes by checkshape-command"
32}
33
34set 2dviewer 1