1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
abv a347ef35b4 0025236: Sample DRAW script to demonstrate XDE features
New sample added for XDE; test cases added for this and some other samples; description of Tcl samples in Overview updated
2014-09-18 14:30:08 +04:00

9 lines
192 B
Plaintext

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