1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

0025570: New Tcl sample scripts created for CAD Assistant

Three new sample scripts created during development of CAD Assistant for Android added in samples/tcl:

- Penrose.tcl: creation of Penrose triangle made of boxes resembling ones from OCC logo
- pencil.tcl: creation of colored pencil model
- snowflake.tcl: creation of 2d drawing of snowflake
This commit is contained in:
abv
2014-12-23 07:03:42 +03:00
committed by bugmaster
parent ee6bb37b7f
commit 92ac0eb708
6 changed files with 302 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# test for generating funny shape
source $env(CASROOT)/samples/tcl/snowflake.tcl
# make a snapshot
vdump $imagedir/${test_image}.png
puts "TEST COMPLETED"