mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
1. Curve boundaries were more precised. 2. Some test cases were changed in accordance of their new behavior. 3. Code fragment for WLines joining was moved to higher level (for more universal using in the future). Code was changed in accordance with the last remark. Added test cases bugs/modalg_5/bug25715_1 bug25715_2 bug25715_3
26 lines
680 B
Plaintext
26 lines
680 B
Plaintext
puts "TODO OCC24418 ALL: Error : Result shape is WRONG because it must contains"
|
|
puts "=========="
|
|
puts "OCC25715"
|
|
puts "=========="
|
|
puts ""
|
|
#############################################################
|
|
# Intersection between cylinders produces excess vertices
|
|
#############################################################
|
|
# don't change nbshapes values according to 25715
|
|
|
|
restore [locate_data_file bug25715_p02c3s1.brep] s1
|
|
restore [locate_data_file bug25715_p02c3s3.brep] s3
|
|
bfuse result s1 s3
|
|
|
|
set nb_v_good 8
|
|
set nb_e_good 14
|
|
set nb_w_good 6
|
|
set nb_f_good 5
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 1
|
|
set nb_shape_good 36
|
|
|
|
set 2dviewer 1
|