1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug25225_1
jgv 9ffd84adf5 0025225: Failure of 2d offset algorithm on two wires with arc
Test cases for issue CR25225

Correction of test case bugs/modalg_4(009)/bug745_4 for issue CR25225
2014-09-18 15:01:17 +04:00

30 lines
660 B
Plaintext
Executable File

puts "============"
puts "OCC25225"
puts "============"
puts ""
#######################################################################
# Failure of 2d offset algorithm on two wires with arc
#######################################################################
restore [locate_data_file bug25225_2869_open.brep] a
if [catch { mkoffset resoffset a 1 10} ] {
puts "Error : mkoffset is wrong"
} else {
renamevar resoffset_1 result
set length 416.777
set nb_v_good 7
set nb_e_good 7
set nb_w_good 1
set nb_f_good 0
set nb_sh_good 0
set nb_sol_good 0
set nb_compsol_good 0
set nb_compound_good 0
set nb_shape_good 15
}
set 2dviewer 1