0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / moddata_2 / bug6862_9
CommitLineData
61c421bf 1puts "============"
2puts "OCC6862"
3puts "============"
4puts ""
5#######################################################################
6# Tool for checking arguments of Boolean Operations
7#######################################################################
8
9set BugNumber OCC6862
10
11# test possibility to merge edges
12box b1 10 20 10
13box b2 20 10 10
14explode b1 e
15explode b2 e
16tcopy b2_10 ee2
17wire ww b2_10 ee2
18donl b1_10 ww
19
20decho off
21set resstr [bopargcheck b1_10 ww -O /RFTVIP]
22decho on
23
24if { $resstr=="Faulties, that can not be treated by BOP, are detected.\n" } {
25 puts "OK ${BugNumber}"
26} else {
27 puts "Faulty ${BugNumber}"
28}
29
30set 2dviewer 0