mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
578 B
Plaintext
23 lines
578 B
Plaintext
puts "========"
|
|
puts "OCC28745"
|
|
puts "========"
|
|
puts ""
|
|
####################################################################
|
|
# Wrong results of Boolean operations on hemisphere solids
|
|
####################################################################
|
|
|
|
restore [locate_data_file bug28745_case4_cut.brep] b
|
|
explode b
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b_1
|
|
baddtools b_2
|
|
bfillds
|
|
bbop result 2
|
|
|
|
checkshape result
|
|
checkprops result -s 1.10175e+006 -v 4.81128e+007
|
|
checknbshapes result -face 3 -shell 1 -solid 1
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|