mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
24 lines
555 B
Plaintext
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
|