0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / moddata_2 / bug6862_7
CommitLineData
61c421bf 1puts "============"
2puts "OCC6862"
3puts "============"
4puts ""
5#######################################################################
6# Tool for checking arguments of Boolean Operations
7#######################################################################
8
9set BugNumber OCC6862
10
11# face verification
12box b1 10 20 10
13box b2 20 10 10
14explode b1 f
15explode b2 f
16bcut r1 b1_6 b2_6
17bcommon r2 b1_6 b2_6
18explode r1 w
19explode r2 w
20mksurface gs b1_6
21mkface ff gs
22add r1_1 ff
23add r2_1 ff
24
61c421bf 25set resstr [bopargcheck ff b2_6 -F /RTVEIP]
61c421bf 26
27if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
28 puts "OK ${BugNumber}"
29} else {
30 puts "Faulty ${BugNumber}"
31}
32
5747059b 33checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 34
35