![]() |
VS3D / VScad3 User's Guide |
|
. |
VS3D File Menu "File / Warp Vectors => Load Warp Vectors (.vsv)..." : This will load a ".vsv" file containing warp vectors. Existing vectors are not deleted when new vectors are loaded from a file. Warp vectors are typically of the form (X1, Y1, Z1 , X2, Y2, Z2). There are three basic types of warp vectors in VS3D: XY Vectors, Z Vectors, and Stationary Points. For XY Vectors, Z1=Z2=0. For Z Vectors, X1=X2, Y1=Y2, and Z1=0. For Stationary Points, X1=X2, Y1=Y2, and Z1=Z2=0. The ".vsv" files are a simple ASCII format with one vector per line and from 2 to 6 columns. Values can be separated by commas (","), spaces, tabs, line feeds, or carriage returns. The number of columns determines how the values are interpreted as follows: "File / Warp Vectors => Save Warp Vectors (.vsv)..." : This will save all current vectors to a ".vsv" file with 6 columns of numbers (one vector or stationary point per line).
VS3D TOOL The first line must be "VS3D TOOL". The 2nd line is the tool type, and it must start with : "0" (Flat), "1" (Bullnose), "2" (Cone), "3" (Ball), "4" (Parabola), or "5" (Laser). The 3rd line must start with a number for the "R" (radius) parameter. The 4th line must start with a number for the "H" (height) parameter. The 5th (last) line must start with a number for the maximum possible cutting depth of the tool. The numbers are in data coordinates (inches or mm). "File / Cutting Tool => Save Cutting Tool Parameters (.vst)..." : This will save a simple ASCII file containing the geometry parameters of the currently-defined cutting tool. |
|
1.1.6 A |