1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
aml db2a696d96 0027135: Incorrect result of the normal projection algorithm
New check for possible local traps was added to build correct projection cache.
2016-02-20 19:13:11 +03:00

24 lines
555 B
Plaintext

puts "================"
puts "0027135"
puts "================"
puts ""
##############################################################
# Incorrect result of the normal projection algorithm
# Degenerated edge in result
##############################################################
restore [locate_data_file bug27135.brep] aShape
explode aShape
nproject result aShape_1 aShape_2
# Result length check.
checkprops result -l 5.74501
# Visual check.
donly result
smallview
fit
display aShape_2
checkview -screenshot -2d -path ${imagedir}/${test_image}.png