1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
aml 0d1536ad4e 0027133: Incorrect result of the normal projection algorithm
Topological tolerances changed to geometric tolerances.
Protection from the usage of invalid result is added to restore good projection.
Test cases are updated.
Test case added.

Correction of test case for issue CR27133
2016-03-28 17:31:09 +03:00

24 lines
574 B
Plaintext

puts "================"
puts "0027133"
puts "================"
puts ""
##############################################################
# Incorrect result of the normal projection algorithm
# Oscillation at the edge end
##############################################################
restore [locate_data_file bug27133_aE.brep] aE
restore [locate_data_file bug27133_aF.brep] aF
nproject result aE aF
# Result length check.
checkprops result -l 0.0037337
# Visual check.
donly result
smallview
fit
display aE aF
checkview -screenshot -2d -path ${imagedir}/${test_image}.png