mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
618 B
Plaintext
25 lines
618 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
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1
|
|
baddtools b2
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 7 -shell 7 -face 35 -wire 39
|
|
checkprops result -s 2.36684e+006
|
|
checkprops result -v 1.15772e+007
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |