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:
7
tests/demo/samples/snowflake
Normal file
7
tests/demo/samples/snowflake
Normal 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"
|
Reference in New Issue
Block a user