mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +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
567 B
Plaintext
Executable File
28 lines
567 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "============"
|
|
puts "OCC826"
|
|
puts "============"
|
|
puts ""
|
|
###################################
|
|
## BRepAlgoAPI_Fuse fails on revolved and sphere
|
|
###################################
|
|
## (old topology)
|
|
#####################################
|
|
|
|
if { [ catch { set info_result [OCC826 a1 a2 result] } ] } {
|
|
puts "Faulty OCC826"
|
|
} else {
|
|
if { [regexp {FAILED} $info_result] } {
|
|
puts "Faulty OCC826"
|
|
}
|
|
|
|
set ExplodeList [explode result]
|
|
if {[llength ${ExplodeList}] < 1} {
|
|
puts "Faulty OCC826"
|
|
}
|
|
}
|
|
|
|
set square 272939
|
|
set 2dviewer 0
|