1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
puts "========"
puts "OCC26933"
puts "========"
puts ""
#################################################################################
# Section works unstably due to incorrect work of the method IsExistingPaveBlock
#################################################################################
restore [locate_data_file bug26933.brep] a
explode a
bclearobjects
bcleartools
baddobjects a_1
baddtools a_2
bfillds
bbop result 4
smallview
donly a_1 result
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
checkprops result -l 945.22 -deps 0.1
|