mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
31 lines
716 B
Plaintext
Executable File
31 lines
716 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC5027"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect result translating wire with loops from STEP
|
|
######################################################
|
|
|
|
set BugNumber OCC5027
|
|
|
|
if [catch { stepread [locate_data_file OCC5027.stp] a * } res] {
|
|
puts "Warning ${BugNumber} : here is reading problem"
|
|
} else {
|
|
tpcompound result
|
|
set nb_info [nbshapes result]
|
|
|
|
set check_square 1
|
|
set square 159588
|
|
set nb_v_good 44
|
|
set nb_e_good 72
|
|
set nb_w_good 36
|
|
set nb_f_good 31
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 186
|
|
}
|
|
|
|
set 2dviewer 0
|