mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08:00
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
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
# test for generating funny shape
|
|
source $env(CASROOT)/samples/tcl/pencil.tcl
|
|
|
|
# check shape validity and make a snapshot
|
|
XGetOneShape res D
|
|
checkshape res
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|