mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
21 lines
657 B
Plaintext
Executable File
21 lines
657 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
|
|
|
|
checkprops result -s 270192
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 16 -edge 24 -wire 10 -face 10 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 63
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|