mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
560 B
Plaintext
20 lines
560 B
Plaintext
puts "======="
|
|
puts "OCC28893"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# BOP cut produces result with artifacts consisting of tools parts
|
|
##################################################
|
|
|
|
binrestore [locate_data_file bug28893_shape1.bin] b1
|
|
binrestore [locate_data_file bug28893_tools1.bin] b2
|
|
|
|
bcut result b1 b2
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1 -face 23 -wire 27
|
|
checkprops result -s 2.35544e+006
|
|
checkprops result -v 1.15441e+007
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |