1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ifv 9c1519c4c5 0027108: GCPnt_TangentialDeflection does not respect linear deflection
Modification of algorithm in order to prevent violation of angular and curvature deflection condition for smooth intervals of curve.
Modification of algorithm for calculation of maximal deflection in command crvtpoints, crvpoints (CR25649)
Elementary bug fixing in algorithm GCPnts_UniformDeflection.gxx
Modification of test cases in order to set new reference parameters of shape triangulations
Some tests:
  bugs modalg_2 bug397
  mesh standard_incmesh C7, V3
  mesh standard_incmesh_parallel C7, V3
  mesh standard_mesh C7, V3
  mesh standard_shading V3
were modified by TODO with reference bug 27226, because some problems in meshing algorithm (package BRepMesh) were discovered when tessellation of edges was changed. These problems cannot be solved by modification of GCPnts_TangentialDeflection algorithm. New issue #27226 was created, see bugtracker for details.

Correction of test data

Test case for issue #27108

Modification of algorithm for improving performance

Correction of test cases
2016-06-16 14:58:40 +03:00

38 lines
649 B
Plaintext
Executable File

puts "========================"
puts " OCC397 "
puts "========================"
puts "TODO OCC27226 ALL: Colors are not equal in default"
puts "TODO OCC27226 ALL: Shading is missing in 3D Viewer"
pload QAcommands
restore [locate_data_file OCC397.brep] a
checkshape a
tclean a
explode a f
renamevar a_55 result
vinit
vdisplay result
vfit
vsetdispmode result 1
set x_coord 235
set y_coord 180
checkcolor $x_coord $y_coord 0.5 0.35 0.05
if { ${stat} != 1 } {
puts "Error : Shading is missing in 3D Viewer"
}
vselect 220 170
checkprops result -s 92.9029
checkshape result
checkview -screenshot -3d -path ${imagedir}/${test_image}.png