1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
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

30 lines
808 B
Plaintext
Executable File

puts "TODO OCC11111 ALL: Error: Maximal deflection"
puts "============"
puts "OCC21122"
puts "============"
puts ""
#######################################################################
# Incremental mesh error
#######################################################################
set BugNumber OCC21122
restore [locate_data_file OCC21122.brep] result
tclean result
set Deflection 0.1
catch {incmesh result ${Deflection} }
checktrinfo result -tri 4322 -nod 4324 -defl 8.8817872205847652e-16 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
checkprops result -s 275.426
checknbshapes result -vertex 964 -edge 964 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 1931
vinit
vdisplay result
vsetdispmode 1
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png