mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
37 lines
763 B
Plaintext
Executable File
37 lines
763 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC20413"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Section is wrong for given shapes
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20413
|
|
|
|
puts "Load first shape ..."
|
|
restore [locate_data_file OCC20413_a1.brep] b1
|
|
puts "Load second shape ..."
|
|
restore [locate_data_file OCC20413_a2.brep] b2
|
|
|
|
puts "Prepare boolean operation ..."
|
|
bop b1 b2
|
|
|
|
puts "Start boolean operation ..."
|
|
bopsection result
|
|
puts "Finish boolean operation ..."
|
|
|
|
set length 233.024
|
|
|
|
set nb_v_good 9
|
|
set nb_e_good 9
|
|
set nb_w_good 0
|
|
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 19
|
|
|
|
|
|
set 2dviewer 0
|