mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
21 lines
453 B
Plaintext
Executable File
21 lines
453 B
Plaintext
Executable File
puts "==========="
|
|
puts "OCC23067"
|
|
puts "==========="
|
|
puts ""
|
|
################################################################################
|
|
# OpenGl package API needed by UserDraw feature is not exported
|
|
################################################################################
|
|
|
|
set BugNumber OCC23067
|
|
set x1 321
|
|
set y1 159
|
|
|
|
vinit
|
|
vuserdraw a
|
|
vfit
|
|
checkcolor ${x1} ${y1} 1 1 0
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
|
|
|