1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +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

26 lines
636 B
Plaintext
Executable File

puts "TODO OCC12345 ALL: Error: Number of triangles"
puts "TODO OCC12345 ALL: Error: Number of nodes"
puts "================"
puts "BUC61057"
puts "OCC109"
puts "================"
puts ""
##########################################################
## Visualisation of the attached shape is wrong in the shading mode.
##########################################################
restore [locate_data_file OCC109.brep] result
checkshape result
vinit
tclean result
vdisplay result
vsetdispmode result 1
vfit
checktrinfo result -tri 294 -nod 300
checkprops result -s 33.8757
checkview -screenshot -3d -path ${imagedir}/${test_image}.png