mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- bugs modalg bug697_3, - bug697_4, - bug697_7, - bug697_8, - bug697_11, - bug1255, - bug1255_1, - bug5729, - bug6181, - bug6182, - bug6272_85, - bug6272_86, - bug10842_5.
27 lines
513 B
Plaintext
Executable File
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_2 a1_1
|
|
if { [catch { bopsection result } ] } {
|
|
puts "Faulty ${BugNumber}"
|
|
}
|
|
|
|
set length 32
|
|
set 2dviewer 0
|