1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/demo/bug23562_1
emv bfff00a894 0023562: nbshapes command works incorrect with the attached shapes
This option allows to see the number of sub-shapes counting the same sub-shapes with different location as different sub-shapes.
Adding test cases for this fix
2012-12-28 17:55:30 +04:00

21 lines
590 B
Plaintext
Executable File

puts "============"
puts "CR23562"
puts "============"
puts ""
##########################################################################################################
# nbshapes command works incorrect with the attached shapes
##########################################################################################################
restore [locate_data_file bug23562_V3.brep] result
set nb_info [nbshapes result]
set nb_v_good 25
set nb_e_good 45
set nb_w_good 15
set nb_f_good 15
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 103