mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
puts "=========="
|
|
puts "OCC25767"
|
|
puts "=========="
|
|
puts ""
|
|
#########################################
|
|
# "vdisplay" command rises exception
|
|
#########################################
|
|
|
|
vinit View
|
|
vclear
|
|
vaxo
|
|
vpoint p1 -108.4710001 -108.56800009999999 -145.30700009999998
|
|
vpoint p2 8.4813999999999999e+102 117.1230001 128.35480981703273
|
|
vfit
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|