mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025191: There is no intersection vertex between edges
Test case for issue CR25191
This commit is contained in:
parent
39ef94f8f5
commit
cca0f261aa
30
tests/bugs/modalg_5/bug25191
Normal file
30
tests/bugs/modalg_5/bug25191
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
puts "========"
|
||||||
|
puts "OCC25191"
|
||||||
|
puts "========"
|
||||||
|
puts ""
|
||||||
|
##################################################################################
|
||||||
|
# There is no intersection vertex between edges
|
||||||
|
##################################################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug25191_b1.brep] b1
|
||||||
|
restore [locate_data_file bug25191_b2.brep] b2
|
||||||
|
|
||||||
|
bclearobjects
|
||||||
|
bcleartools
|
||||||
|
baddobjects b1
|
||||||
|
baddtools b2
|
||||||
|
bfillds -s
|
||||||
|
bbuild result
|
||||||
|
|
||||||
|
# Analysis of "nbshapes result"
|
||||||
|
set nb_v_good 5
|
||||||
|
set nb_e_good 4
|
||||||
|
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 10
|
||||||
|
|
||||||
|
set 2dviewer 1
|
Loading…
x
Reference in New Issue
Block a user