mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
29 lines
658 B
Plaintext
29 lines
658 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
|
|
|
|
decho off
|
|
puts "Checking shapes: bopargcheck a b /FTVEIP ..."
|
|
set resstr [bopargcheck a /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
|
|
|