mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
19 lines
197 B
Plaintext
Executable File
19 lines
197 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"
|
|
}
|
|
|
|
set 2dviewer 0
|