mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Two new sample scripts added, modeling classic shapes from used for comparing modeling systems in 1979 and again in 1983 by Computer Aided Manufacturing International (CAM-I).
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
# test for creation of ANC101 shape
|
|
source $env(CASROOT)/samples/tcl/ANC101.tcl
|
|
|
|
# check result for validity and make a snapshot
|
|
checkshape result
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|