1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-30 12:14:08 +03:00
occt/tests/bugs/modalg_5/bug24208_6

28 lines
691 B
Plaintext

puts "============"
puts "OCC24208"
puts "============"
puts ""
#######################################################################
# Optimization of the edge-edge intersection algorithms
#######################################################################
restore [locate_data_file bug24673_HYDRO_occt_case_7_after.brep] b
set objs [explode b]
set nbObjs [llength ${objs}]
bclearobjects
bcleartools
for {set i 0} {$i < $nbObjs} {incr i} {
baddobjects [lindex ${objs} ${i}]
}
bfillds
bbuild result
set square 279864
# Analysis of "nbshapes result"
checknbshapes result -vertex 50 -edge 94 -wire 36 -face 32 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 213
set 2dviewer 1