mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
26 lines
536 B
Plaintext
26 lines
536 B
Plaintext
puts "============"
|
|
puts "OCC24840"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception in BRepOffsetAPI_MakePipe
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24840_comp.brep] c
|
|
explode c
|
|
|
|
pipe result c_1 c_2 1
|
|
checkshape result
|
|
|
|
set nb_v_good 56
|
|
set nb_e_good 130
|
|
set nb_w_good 99
|
|
set nb_f_good 99
|
|
set nb_sh_good 24
|
|
set nb_sol_good 24
|
|
set nb_compsol_good 1
|
|
set nb_compound_good 0
|
|
set nb_shape_good 433
|
|
|
|
set 2dviewer 1
|