mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
puts "============"
|
|
puts "OCC25892"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong result obtained by projection algorithm.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25892_c013] c
|
|
restore [locate_data_file bug25892_s013] s
|
|
|
|
project cx c s
|
|
|
|
#v2d2
|
|
view 1 -2D- 728 20 400 400
|
|
|
|
2dfit
|
|
set only_screen_axo 1
|