mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
21 lines
329 B
Plaintext
Executable File
21 lines
329 B
Plaintext
Executable File
puts "TODO ?OCC12345 MacOS: Error : Colors are not equal"
|
|
|
|
puts "================"
|
|
puts "BUC61018"
|
|
puts "OCC64"
|
|
puts "================"
|
|
puts ""
|
|
|
|
set x_coord 205
|
|
set y_coord 205
|
|
|
|
vinit
|
|
vtrihedron tri
|
|
vtri_orig tri
|
|
|
|
vmoveto 205 205
|
|
|
|
checkcolor $x_coord $y_coord 0 1 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|