mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +03:00
Usage of Projlib added in case of uneven points distribution. Test cases are updated to the new behavior. Test cases for issue CR17129 Correction of test case for issue CR17129
19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
puts "============"
|
|
puts "OCC17129"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# ShapeFix projector makes 2d curves with oscillations
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug17129_ff_1285_proj.brep] a
|
|
fixshape r a
|
|
|
|
pcurve r
|
|
|
|
#v2d2
|
|
view 1 -2D- 728 20 400 400
|
|
|
|
2dfit
|
|
set only_screen_axo 1
|