mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Adding test cases
for following issues: 0023823: The result of section operation contains redundant vertex 0023826: Boolean Common between two solids fails 0023884: Boolean Fuse between two faces fails 0023892: Missing intersection curve between two surfaces 0023976: Extremely high memory consumption on boolean operation on 64 bits 0023991: Missing section edge between two faces 0024003: Exception reaised during intersection between two faces
This commit is contained in:
parent
5549deff05
commit
3f4689a163
35
tests/bugs/modalg_5/bug23823
Normal file
35
tests/bugs/modalg_5/bug23823
Normal file
@ -0,0 +1,35 @@
|
||||
puts "============"
|
||||
puts "OCC23823"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# The result of section operation contains redundant vertex.
|
||||
#######################################################################
|
||||
|
||||
set BugNumber OCC23823
|
||||
|
||||
restore [locate_data_file bug23823_SAS_MAT_rota.brep] b1
|
||||
restore [locate_data_file bug23823_cylindre_ext.brep] b2
|
||||
|
||||
explode b1 f
|
||||
explode b2 f
|
||||
|
||||
copy b1_3 b1
|
||||
copy b2_1 b2
|
||||
|
||||
bop b1 b2
|
||||
bopsection result
|
||||
|
||||
set nb_v_good 2
|
||||
set nb_e_good 1
|
||||
set nb_w_good 0
|
||||
set nb_f_good 0
|
||||
set nb_sh_good 0
|
||||
set nb_sol_good 0
|
||||
set nb_compsol_good 0
|
||||
set nb_compound_good 1
|
||||
set nb_shape_good 4
|
||||
|
||||
set nb_info [nbshapes result]
|
||||
|
||||
set 2dviewer 1
|
15
tests/bugs/modalg_5/bug23826
Normal file
15
tests/bugs/modalg_5/bug23826
Normal file
@ -0,0 +1,15 @@
|
||||
puts "============"
|
||||
puts "OCC23826"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Boolean Common between two soids fails
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug23826_Carte.brep] b1
|
||||
restore [locate_data_file bug23826_Use140.brep] b2
|
||||
|
||||
bop b1 b2
|
||||
bopcommon result
|
||||
|
||||
set 2dviewer 0
|
23
tests/bugs/modalg_5/bug23884
Normal file
23
tests/bugs/modalg_5/bug23884
Normal file
@ -0,0 +1,23 @@
|
||||
puts "TODO OCC23884 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
||||
puts "TODO OCC23884 ALL: Error : The square of result shape is"
|
||||
puts "============"
|
||||
puts "OCC23884"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Boolean Fuse between two faces fails
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug23884_fz72] b1
|
||||
restore [locate_data_file bug23884_fz124] b2
|
||||
|
||||
bop b1 b2
|
||||
bopfuse result
|
||||
|
||||
set square 2333.14
|
||||
set 2dviewer 0
|
||||
|
||||
|
||||
|
||||
|
||||
|
25
tests/bugs/modalg_5/bug23892
Normal file
25
tests/bugs/modalg_5/bug23892
Normal file
@ -0,0 +1,25 @@
|
||||
puts "TODO OCC23892 ALL: Error : number of surfaces is incorrect. Should be two intersection curves"
|
||||
puts "============"
|
||||
puts "OCC23892"
|
||||
puts "============"
|
||||
puts ""
|
||||
######################################################
|
||||
# Missing intersection curve between two surfaces
|
||||
######################################################
|
||||
|
||||
restore [locate_data_file bug23892_fz33] b1
|
||||
restore [locate_data_file bug23892_fz46] b2
|
||||
|
||||
mksurface s1 b1
|
||||
mksurface s2 b2
|
||||
|
||||
intersect res s1 s2
|
||||
decho off
|
||||
set info [directory]
|
||||
decho on
|
||||
set nb [regexp -all {res_} $info]
|
||||
if {$nb != 2 } {
|
||||
puts "Error : number of surfaces is incorrect. Should be two intersection curves"
|
||||
} else {
|
||||
puts "OK : number of surfaces is correct."
|
||||
}
|
11
tests/bugs/modalg_5/bug23976
Normal file
11
tests/bugs/modalg_5/bug23976
Normal file
@ -0,0 +1,11 @@
|
||||
puts "================"
|
||||
puts "OCC23976"
|
||||
puts "================"
|
||||
puts ""
|
||||
#######################################################################################
|
||||
# Extremely high memory consumption on boolean operation on 64 bits
|
||||
######################################################################################
|
||||
|
||||
restore [locate_data_file bug23976_a_shape_1_pre.brep] s1
|
||||
restore [locate_data_file bug23976_a_shape_2_pre.brep] s2
|
||||
bop s1 s2
|
30
tests/bugs/modalg_5/bug23991
Normal file
30
tests/bugs/modalg_5/bug23991
Normal file
@ -0,0 +1,30 @@
|
||||
puts "TODO OCC23991 ALL: Error : Result shape is WRONG"
|
||||
puts "============"
|
||||
puts "OCC23991"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Missing section edge between two faces.
|
||||
#######################################################################
|
||||
|
||||
set BugNumber OCC23991
|
||||
|
||||
restore [locate_data_file bug23991_f1.brep] b1
|
||||
restore [locate_data_file bug23991_Plane_1.brep] b2
|
||||
|
||||
bop b1 b2
|
||||
bopsection result
|
||||
|
||||
set nb_v_good 2
|
||||
set nb_e_good 1
|
||||
set nb_w_good 0
|
||||
set nb_f_good 0
|
||||
set nb_sh_good 0
|
||||
set nb_sol_good 0
|
||||
set nb_compsol_good 0
|
||||
set nb_compound_good 1
|
||||
set nb_shape_good 4
|
||||
|
||||
set nb_info [nbshapes result]
|
||||
|
||||
set 2dviewer 1
|
12
tests/bugs/modalg_5/bug24003
Normal file
12
tests/bugs/modalg_5/bug24003
Normal file
@ -0,0 +1,12 @@
|
||||
puts "================"
|
||||
puts "OCC24003"
|
||||
puts "================"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Exception reaised during intersection between two faces
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug24003_fz33.brep] b1
|
||||
restore [locate_data_file bug24003_fz47.brep] b2
|
||||
|
||||
bop b1 b2
|
Loading…
x
Reference in New Issue
Block a user