mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
51 lines
1.0 KiB
Plaintext
Executable File
51 lines
1.0 KiB
Plaintext
Executable File
puts "============"
|
|
puts "OCC21448"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Invalid result of BRepOffsetAPI_MakePipeShell
|
|
#######################################################################
|
|
|
|
set BugNumber OCC21448
|
|
|
|
puts "Load first shape ..."
|
|
restore [locate_data_file bug21448_base_1.brep] base1
|
|
|
|
puts "Load second shape ..."
|
|
restore [locate_data_file bug21448_Invert_2.brep] Invert_2
|
|
|
|
puts "Load third shape ..."
|
|
restore [locate_data_file bug21448_chemin.brep] chemin
|
|
|
|
puts "Prepare shapes ..."
|
|
wire w1 chemin
|
|
explode base1 W
|
|
explode Invert_2 W
|
|
explode chemin V
|
|
|
|
puts "Start Make pipe ..."
|
|
mksweep w1
|
|
addsweep base1_1 chemin_1 -R
|
|
addsweep Invert_2_1 chemin_2 -R
|
|
buildsweep result
|
|
puts "Finish Make pipe ..."
|
|
|
|
set square 1040.94
|
|
|
|
set nb_v_good 4
|
|
set nb_e_good 6
|
|
set nb_w_good 2
|
|
set nb_f_good 2
|
|
set nb_sh_good 1
|
|
set nb_sol_good 0
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 0
|
|
set nb_shape_good 15
|
|
|
|
vinit
|
|
vsetdispmode 0
|
|
vdisplay result
|
|
vfit
|
|
|
|
set only_screen 0
|