0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / bug6862_5
CommitLineData
61c421bf 1puts "============"
2puts "OCC6862"
3puts "============"
4puts ""
5#######################################################################
6# Tool for checking arguments of Boolean Operations
7#######################################################################
8
9set BugNumber OCC6862
10
11# test types
12box b1 10 20 10
13box b2 20 10 10
14explode b2 f
15
61c421bf 16set resstr [bopargcheck b1 b2_1 -C /RFTVEI]
61c421bf 17
18if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
19 puts "OK ${BugNumber}"
20} else {
21 puts "Faulty ${BugNumber}"
22}
23
24set 2dviewer 0