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
27 lines
628 B
Plaintext
Executable File
27 lines
628 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23214"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# BOP section operation produces incorrect result.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file OCC23214-face_1188.brep] b1
|
|
restore [locate_data_file OCC23214-shell_for_line_1188.brep] b2
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
set length 2.94086
|
|
set nb_good_vertex 4
|
|
set nb_good_edge 2
|
|
set nb_good_wire 0
|
|
set nb_good_face 0
|
|
set nb_good_shell 0
|
|
set nb_good_solid 0
|
|
set nb_good_compsolid 0
|
|
set nb_good_compound 1
|
|
set nb_good_shape 7
|
|
|
|
set 2dviewer 0
|