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

25 lines
499 B
Plaintext
Executable File

puts "========================"
puts " OCC331 "
puts "========================"
puts ""
#######################################################
## Dark spot on a sphere after nurbsconvert
#######################################################
box b -5 -5 -5 10 10 10
psphere s 6
bfuse res s b
nurbsconvert result res
tclean result
vinit
vdisplay result
vfit
vsetdispmode result 1
vfit
checktrinfo result -tri !3808 -nod !2188
checkview -screenshot -3d -path ${imagedir}/${test_image}.png