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

33 lines
714 B
Plaintext
Executable File

puts "========"
puts "OCC215"
puts "========"
restore [locate_data_file OCC215.brep] result
checkshape result
tclean result
vinit
vdisplay result
vfit
set scale 6.29714883567995
set proj_X 0.344812899827957
set proj_Y -0.830477952957153
set proj_Z 0.43750473856926
set up_X -0.368759274482727
set up_Y 0.308769434690475
set up_Z 0.876742839813232
set at_X 39.9465644699194
set at_Y 74.2135758209193
set at_Z 37.7440421525395
vviewparams -scale ${scale} -proj ${proj_X} ${proj_Y} ${proj_Z} -up ${up_X} ${up_Y} ${up_Z} -at ${at_X} ${at_Y} ${at_Z}
set x_coord 229
set y_coord 94
checkcolor $x_coord $y_coord 1 1 0
checkview -screenshot -3d -path ${imagedir}/${test_image}.png