mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
683 B
Plaintext
Executable File
19 lines
683 B
Plaintext
Executable File
puts "========"
|
|
puts "BUC60876"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pcylinder c 100 300
|
|
vinit
|
|
BUC60876 c
|
|
vfit
|
|
vmoveto 200 200
|
|
|
|
set x_coord 200
|
|
set y_coord 200
|
|
|
|
checkcolor $x_coord $y_coord 0 1 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
|
|