1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00
occt/tests/demo/samples/snowflake
abv 92ac0eb708 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
2014-12-26 12:26:10 +03:00

8 lines
158 B
Plaintext

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