mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
39 lines
852 B
Plaintext
Executable File
39 lines
852 B
Plaintext
Executable File
puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
|
|
|
|
puts "============"
|
|
puts "OCC10232"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception "Segmentation violation" in Boolean Operations
|
|
#######################################################################
|
|
|
|
set BugNumber OCC10232
|
|
|
|
puts "Load first shape ..."
|
|
restore [locate_data_file OCC10232_ms1.brep] b1
|
|
puts "Load second shape ..."
|
|
restore [locate_data_file OCC10232_ms2.brep] b2
|
|
|
|
puts "Prepare boolean operation ..."
|
|
bop b1 b2
|
|
|
|
puts "Start boolean operation ..."
|
|
bopsection result
|
|
puts "Finish boolean operation ..."
|
|
|
|
set length 3385.0
|
|
|
|
set nb_v_good 1197
|
|
set nb_e_good 1182
|
|
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 2380
|
|
|
|
set 2dviewer 1
|
|
|