1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug22502
ski 5d7a048985 0027126: Create command checktrinfo to verify meshes
Command checktrinfo was created.
Test cases were updated to use command checktrinfo.
2016-02-05 11:14:44 +03:00

34 lines
842 B
Plaintext
Executable File

puts "TODO OCC11111 ALL: Error: Number of triangles"
puts "TODO OCC11111 ALL: Error: Number of nodes"
puts "TODO OCC11111 ALL: Error: Maximal deflection"
puts "============"
puts "OCC22502"
puts "============"
puts ""
#######################################################################
# Triangulation cannot be built on valid face
#######################################################################
set BugNumber OCC22502
pload ALL
restore [locate_data_file OCC22502-bug601_noshading.brep] result
checkshape result
tolerance result
tclean result
set Deflection 0.001
incmesh result ${Deflection}
checktrinfo result -tri 170 -nod 172 -defl 0.00061201255663038154 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
vinit
vdisplay result
vfit
vsetdispmode 1
checkview -screenshot -3d -path ${imagedir}/${test_image}.png