mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
433 B
Plaintext
Executable File
15 lines
433 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22483"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# ZBufferTrihedron loses user-defined color
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22483
|
|
|
|
vinit View1
|
|
vzbufftrihedron -position left_lower -scale 0.1 -type zbuffer -colorLabels WHITE
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|