1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025406: BRepOffset_MakeOffset algorithm fails on the face with two degenerated edges on u-iso null curves

Test cases for issue CR25406
This commit is contained in:
jgv
2014-10-23 15:31:47 +04:00
committed by bugmaster
parent 09c597c998
commit 903f7584b8
4 changed files with 515 additions and 734 deletions

View File

@@ -0,0 +1,27 @@
puts "================"
puts "OCC25406"
puts "================"
puts ""
##################################
# BRepOffset_MakeOffset algorithm fails on the face with two degenerated edges on u-iso null curves
##################################
restore [locate_data_file bug25406_offset_shape.brep] a
offsetshape result a 10
set length 1875.31
set nb_v_good 2
set nb_e_good 4
set nb_w_good 1
set nb_f_good 1
set nb_sh_good 1
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 9
smallview
fit
set only_screen_axo 1

View File

@@ -0,0 +1,27 @@
puts "================"
puts "OCC25406"
puts "================"
puts ""
##################################
# BRepOffset_MakeOffset algorithm fails on the face with two degenerated edges on u-iso null curves
##################################
restore [locate_data_file bug25406_offset_shape.brep] a
offsetshape result a -10
set length 1875.31
set nb_v_good 2
set nb_e_good 4
set nb_w_good 1
set nb_f_good 1
set nb_sh_good 1
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 9
smallview
fit
set only_screen_axo 1