Files
OCCT/tests/bugs/moddata/bug6862_3

31 lines
704 B
Plaintext

puts "TODO OCC111111 ALL: Faulty OCC6862"
puts "============"
puts "OCC6862"
puts "============"
puts ""
#######################################################################
# Tool for checking arguments of Boolean Operations
#######################################################################
set BugNumber OCC6862
# test small edges
restore [locate_data_file OCC651a.brep] a
restore [locate_data_file OCC651b.brep] b
puts "Checking shapes: bopargcheck a b /FTVEIP ..."
decho off
set resstr [bopargcheck a b /FTVEIP]
decho on
if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
set 2dviewer 0