mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
28 lines
622 B
Plaintext
Executable File
28 lines
622 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC6862"
|
|
puts "============"
|
|
puts ""
|
|
puts "TODO OCC111111 ALL: Faulty OCC6862"
|
|
|
|
#######################################################################
|
|
# Tool for checking arguments of Boolean Operations
|
|
#######################################################################
|
|
|
|
set BugNumber OCC6862
|
|
|
|
# test small edges
|
|
restore [locate_data_file OCC726.brep] a
|
|
explode a
|
|
|
|
decho off
|
|
set resstr [bopargcheck a_1 a_2 -O /FTVEI]
|
|
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
|