puts "##################################################"
puts "0026627: Shape Healing hangs as of OCC 6.8.0"
puts "##################################################"

# load and check shape
restore [locate_data_file bug26627_fixed.brep] a
tolerance a
checkshape a

# call fixshape -- it should finish in fraction of second
cpulimit 10
fixshape result a 1e-6

checkprops result -v 4332.63
