puts "TODO OCC32930 ALL: Tcl Exception"
puts "TODO OCC32930 ALL: TEST INCOMPLETE"

puts "============"
puts "OCC32930: Modeling Algorithms - Crash in PerformIntersectionAtEnd when no face was found"
puts "============"
puts ""

# Load & prepare data.
restore [locate_data_file bug32930.brep] b
explode b E

# Make screenshot before filleting.
smallview
donly b b_10
fit
xwd $imagedir/${test_image}_1.png

# Make fillet.
blend result b 1 b_10

# Make screenshot after filleting.
donly result
fit
xwd $imagedir/${test_image}_2.png

