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/bug331_1
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

25 lines
554 B
Plaintext
Executable File

puts "================"
puts "OCC331"
puts "================"
puts ""
#######################################################################################
# Dark spot on a sphere after nurbsconvert
######################################################################################
set BugNumber OCC331
box b -5 -5 -5 10 10 10
psphere s 6
fuse res2 s b
nurbsconvert result res2
vinit
tclean result
vsetdispmode 1
vdisplay result
vfit
checkprops result -s 619.595
checkshape result
checkview -screenshot -3d -path ${imagedir}/${test_image}.png