mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
248 B
Plaintext
Executable File
19 lines
248 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC49"
|
|
puts "========"
|
|
|
|
pload QAcommands
|
|
|
|
pcylinder c 10 20
|
|
|
|
set result [OCC49 c]
|
|
|
|
if {$result == 1} {
|
|
puts "OCC49: OK"
|
|
} else {
|
|
puts "Error : OCC49"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|