mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Test cases for issue CR25225 Correction of test case bugs/modalg_4(009)/bug745_4 for issue CR25225
30 lines
662 B
Plaintext
Executable File
30 lines
662 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_closed.brep] a
|
|
|
|
if [catch { mkoffset resoffset a 1 -10} ] {
|
|
puts "Error : mkoffset is wrong"
|
|
} else {
|
|
renamevar resoffset_1 result
|
|
|
|
set length 192.023
|
|
|
|
set nb_v_good 3
|
|
set nb_e_good 3
|
|
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 7
|
|
}
|
|
|
|
set 2dviewer 1
|