mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Check whether p-curve being projected can be approximated by straight line is made before full-scale projection, to improve performance. If straight, pcurve is created as Line only if this will lead to the same range parameterization as 3d curve, otherwise BSpline of degree 1 is created. Re-approximation of line pcurves by bsplines removed from ShapeFix_Edge. Test case updating to new behavior. Added "static" keyword to the fixPeriodictyTroubles() function. Update of test-cases according new behavior
34 lines
669 B
Plaintext
Executable File
34 lines
669 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC22631"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Regression in vizualization for b-spline surface
|
|
######################################################################################
|
|
|
|
set BugNumber OCC22631
|
|
|
|
catch { pload XDE }
|
|
|
|
testreadstep [locate_data_file OCC22145.stp] result
|
|
|
|
set square 205444
|
|
|
|
set nb_v_good 3344
|
|
set nb_e_good 4679
|
|
set nb_w_good 1943
|
|
set nb_f_good 1943
|
|
set nb_sh_good 1
|
|
set nb_sol_good 1
|
|
set nb_compsol_good 0
|
|
set nb_compound_good 2
|
|
set nb_shape_good 11913
|
|
|
|
vinit
|
|
tclean result
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
set 3dviewer 1
|