puts "================"
puts "0027299"
puts "================"
puts ""
##############################################################
# Incorrect result of the normal projection algorithm
# Exception during the execution
##############################################################

restore [locate_data_file bug27299_1.brep] aShape
explode aShape

# To make task non-symmetry.
ttranslate aShape_1 0 0 135.123

nproject result aShape_1 aShape_2

# Result length check.
checkprops result -l 800

# Visual check.
donly result
smallview
fit
display aShape_2
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
