mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024092: Boolean fuse fails
Adding test cases for issue CR24092
This commit is contained in:
27
tests/bugs/modalg_5/bug24092
Normal file
27
tests/bugs/modalg_5/bug24092
Normal file
@@ -0,0 +1,27 @@
|
||||
puts "============"
|
||||
puts "OCC24092"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Boolean fuse fails
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug24092_fz2.brep] b1
|
||||
restore [locate_data_file bug24092_fz1196.brep] b2
|
||||
|
||||
bop b1 b2
|
||||
bopfuse result
|
||||
|
||||
set square 155006
|
||||
|
||||
set nb_v_good 9
|
||||
set nb_e_good 15
|
||||
set nb_w_good 4
|
||||
set nb_f_good 4
|
||||
set nb_sh_good 1
|
||||
set nb_sol_good 0
|
||||
set nb_compsol_good 0
|
||||
set nb_compound_good 1
|
||||
set nb_shape_good 34
|
||||
|
||||
set 2dviewer 0
|
Reference in New Issue
Block a user