mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
puts "=============================="
|
|
puts "0032668: Documentation - add tutorial for creating a custom AIS Interactive Object"
|
|
puts "=============================="
|
|
|
|
pload MODELING VISUALIZATION QAcommands
|
|
vclear
|
|
vinit View1
|
|
|
|
QATutorialAisObject p
|
|
vfit
|
|
vmoveto 300 300
|
|
vdump $imagedir/${casename}.png
|
|
|
|
puts "TEST COMPLETED"
|