1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_4/bug6272_85
abk a5806fd49e Input shapes were corrected by 'updatetolerance' in tests:
- bugs modalg bug697_3,
-             bug697_4,
-             bug697_7,
-             bug697_8,
-             bug697_11,
-             bug1255,
-             bug1255_1,
-             bug5729,
-             bug6181,
-             bug6182,
-             bug6272_85,
-             bug6272_86,
-             bug10842_5.
2013-03-06 15:07:17 +04:00

27 lines
513 B
Plaintext
Executable File

puts "============"
puts "OCC6272"
puts "============"
puts ""
######################################################
# Incorrect results of gluing operation
######################################################
set BugNumber OCC6272
restore [locate_data_file OCC6272_bridge2.brep] a1
updatetolerance a1
#
# a1 is compound. It containes a_3, a_5, a_1, a_2, a_4, a_6 solids
#
explode a1 so
bop a1_1 a1_2
if { [catch { bopsection result } ] } {
puts "Faulty ${BugNumber}"
}
set length 32
set 2dviewer 0