mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
8 lines
192 B
Plaintext
Executable File
8 lines
192 B
Plaintext
Executable File
# Photo
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png |