1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/heal/bug24105_2
emv d3c5411b48 0024105: ShapeFix algorithm produces not correct result.
Small correction.
Adding test cases for issue CR24105
2013-08-15 17:24:03 +04:00

31 lines
638 B
Plaintext
Executable File

puts "================"
puts "OCC24105"
puts "================"
puts ""
######################################################################################
# ShapeFix algorithm produces not correct result
# 2. geom/SWIG_scripts/C9
######################################################################################
catch {pload XDE}
restore [locate_data_file bug24105_shape1.brep] s
settolerance s 1.e-7
fixshape result s
set square 123446
set nb_v_good 33
set nb_e_good 52
set nb_w_good 23
set nb_f_good 21
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 132
set 2dviewer 1