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

25 lines
521 B
Plaintext

puts "========"
puts "CR23703"
puts "========"
puts ""
####################################################################
## Projection algorithm produces incomplete 2D-Curve
####################################################################
restore [locate_data_file bug23703_c2x.draw] c
restore [locate_data_file bug23703_s1.draw] s
mkface f s
pcurve f
project c2d c s
# Length check
checklength c2d -l 6.2831853071795862
# Visual Check
v2d
2dfit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png