mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30: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
31 lines
559 B
Plaintext
Executable File
31 lines
559 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC12507"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong result of fuse operation
|
|
#######################################################################
|
|
|
|
puts "First shape ..."
|
|
pcylinder c 3 3
|
|
explode c e
|
|
|
|
puts "Second shape ..."
|
|
tcopy c_3 e3
|
|
ttranslate e3 0 6 0
|
|
|
|
bop c_3 e3
|
|
bopfuse result
|
|
|
|
set nb_v_good 3
|
|
set nb_e_good 4
|
|
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 1
|
|
set nb_shape_good 9
|
|
|
|
set 2dviewer 0
|