mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03: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
26 lines
499 B
Plaintext
Executable File
26 lines
499 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
|
|
|
|
#
|
|
# a1 is compound. It containes a_3, a_5, a_1, a_2, a_4, a_6 solids
|
|
#
|
|
|
|
explode a1 so
|
|
|
|
bop a1_4 a1_6
|
|
if { [catch { bopsection result } ] } {
|
|
puts "Faulty ${BugNumber}"
|
|
}
|
|
|
|
set length 57.3941
|
|
set 2dviewer 0
|