0021762: Integration of new Boolean Operation algorithm to OCCT.
[occt.git] / tests / bugs / moddata_2 / bug6862_6
1 puts "============"
2 puts "OCC6862"
3 puts "============"
4 puts ""
5
6 #######################################################################
7 # Tool for checking arguments of Boolean Operations
8 #######################################################################
9
10 set BugNumber OCC6862
11
12 # test small edges
13 restore [locate_data_file OCC726.brep] a 
14 explode a
15
16 decho off
17 set resstr [bopargcheck a_1 a_2 -O /FTVEI]
18 decho on
19
20 if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
21     puts "OK ${BugNumber}"
22 } else {
23     puts "Faulty ${BugNumber}"
24 }
25
26 set 2dviewer 0