1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
pkv 729d84d4f9 0023765: The result of section operation contains redundant vertex.
Adding test case for this fix
Modified test cases regarding to 23765
2013-04-17 15:29:29 +04:00

35 lines
733 B
Plaintext

puts "============"
puts "CR23738"
puts "============"
puts ""
#######################################################################
#
#######################################################################
puts "Load first shape ..."
restore [locate_data_file bug23738_b1.brep] b1
puts "Load second shape ..."
restore [locate_data_file bug23738_b2.brep] b2
puts "Prepare boolean operation ..."
bop b1 b2
puts "Start boolean operation ..."
bopfuse result
puts "Finish boolean operation ..."
set square 225009
# Analysis of "nbshapes result"
set nb_v_good 6
set nb_e_good 10
set nb_w_good 8
set nb_f_good 6
set nb_sh_good 1
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 32
set 3dviewer 1