0032668: Documentation - add tutorial for creating a custom AIS Interactive Object
[occt.git] / tests / demo / samples / aisobject
diff --git a/tests/demo/samples/aisobject b/tests/demo/samples/aisobject
new file mode 100644 (file)
index 0000000..420a4a1
--- /dev/null
@@ -0,0 +1,14 @@
+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"