mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
# test for creation of bottle as in tutorial (script is in samples)
|
|
source $env(CASROOT)/samples/tcl/bottle.tcl
|
|
|
|
# check result for validity and make a snapshot
|
|
checkshape bottle
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|