1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-30 13:05:50 +03:00
occt/tests/bugs/modalg_2/bug23160

20 lines
577 B
Plaintext
Executable File

puts "============"
puts "OCC23160"
puts "============"
puts ""
#######################################################################
# Cut operation with the attached shapes produces a not correct result.
#######################################################################
set BugNumber OCC23160
restore [locate_data_file bug23160_tshape.brep] b1
restore [locate_data_file bug23160_box.brep] b2
bop b1 b2
bopcut result
set square 270192
checknbshapes result -vertex 16 -edge 24 -wire 10 -face 10 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 63
set 3dviewer 0