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