0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug6862_6
CommitLineData
61c421bf 1puts "============"
2puts "OCC6862"
3puts "============"
4puts ""
61c421bf 5
6#######################################################################
7# Tool for checking arguments of Boolean Operations
8#######################################################################
9
10set BugNumber OCC6862
11
12# test small edges
13restore [locate_data_file OCC726.brep] a
14explode a
15
61c421bf 16set resstr [bopargcheck a_1 a_2 -O /FTVEI]
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
5747059b 24checkview -display result -2d -path ${imagedir}/${test_image}.png