1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/moddata_3/bug25892_02
aml 1cdee2a613 0025892: Wrong result obtained by projection algorithm.
1) Treatment of case when projection algorithm to BSpline surface return null 2d curve.
2) Changed approximation of next step in default projection algorithm.
3) Special handling of surface of revolution added.

"Period jump" handling evaded in case when curve not computed.

Test cases for issue CR25892

Small correction of test cases fot CR25892
2015-03-19 17:08:25 +03:00

21 lines
447 B
Plaintext

puts "============"
puts "OCC25892"
puts "============"
puts ""
#######################################################################
# Wrong result obtained by projection algorithm.
#######################################################################
restore [locate_data_file bug25892_c002] c
restore [locate_data_file bug25892_f002] f
mksurface s f
catch {project cx c s}
#v2d2
view 1 -2D- 728 20 400 400
2dfit
set only_screen_axo 1