mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0025772: Boolean operation produces invalid result after patch for 0025416
Test case for this issue was added
This commit is contained in:
parent
b0091bc929
commit
48e653b689
26
tests/bugs/modalg_5/bug25772
Normal file
26
tests/bugs/modalg_5/bug25772
Normal file
@ -0,0 +1,26 @@
|
||||
puts "============"
|
||||
puts "OCC24154"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Wrong result of CUT operation
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file pl1.brep] pl
|
||||
restore [locate_data_file selected_holes.brep] hl
|
||||
|
||||
bcut result pl hl
|
||||
|
||||
checkshape result
|
||||
|
||||
# Analysis of "nbshapes res"
|
||||
set nb_f_good 2
|
||||
set nb_sh_good 1
|
||||
set nb_sol_good 0
|
||||
set nb_compsol_good 0
|
||||
set nb_compound_good 1
|
||||
|
||||
smallview
|
||||
donly result
|
||||
fit
|
||||
set only_screen_axo 1
|
Loading…
x
Reference in New Issue
Block a user