mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
508 B
Plaintext
Executable File
19 lines
508 B
Plaintext
Executable File
puts "========================"
|
|
puts "OCC20802"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################################
|
|
# V3d_View: Text size used by V3d_ZBUFFER'ed trihedron is too large
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20802
|
|
|
|
vinit
|
|
vzbufftrihedron
|
|
|
|
puts "V3d_View: Text size used by V3d_ZBUFFER'ed trihedron is too large"
|
|
|
|
puts "OK ${BugNumber}"
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|