1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-25 12:04:07 +03:00
occt/tests/bugs/modalg_6/bug26621
nbv eb75e31c4c 0026621: Boolean Cut does not work on two solids
The main reason of the bug is incorrect extending line in SeveralWlinesProcessing(...) function.

Additionally, interface of IntPatch_WLine::Dump(...) method has been changed.

Change some test cases according to their new behavior.

Test-case for issue #26621
2015-09-10 17:40:33 +03:00

32 lines
596 B
Plaintext

puts "========"
puts "OCC26621"
puts "========"
puts ""
###########################################
# Boolean Cut does not work on two solids
###########################################
set nb_v_good 186
set nb_e_good 360
set nb_w_good 174
set nb_f_good 174
set nb_sh_good 1
set nb_sol_good 1
set nb_compsol_good 0
set nb_compound_good 1
set nb_shape_good 897
smallview
restore [locate_data_file OCC26621-body.brep] body
restore [locate_data_file OCC26621-cutter.brep] cutter
bopargcheck body
bopargcheck cutter
bcut result body cutter
donly result
fit
nbshapes result
set only_screen_axo 1