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" } } checkprops result -s 272939 checkshape result checkview -display result -2d -path ${imagedir}/${test_image}.png