WHAT NO "Z"?
I spoke too soon when I said "IT WORKS!". It works partially (only 2/3rds). It only imports X & Y, no Z. BTY, I updated VacCad Pro 9 to build 1166 today.
I carefully read the PDF called "ImportingSplinesTutorial.pdf" from
http://www.csi-concepts....tingSplinesTutorial.pdf.*****I think there is a TYPO on page 2. The word POINT should be POINTS.*****
I'm using an iMac and using BBEDIT to create the text files. This robust text application allows me to see the invisible characters.
I think everything was prepared correctly:
* The text file end with .spl, so one example file is called "test.spl".
* Each coordinate is separated by a space.
* End of each line has a RETURN
So let's look at top of page 4.
Example
// Example spline that goes through provided points
THROUGHSPLINE
10 10 0
11 11 0
12 11 0
13 10 0
This was successful, an example of X & Z only coordinates. Z coordinates are all ZERO.
Let me rewrite this as if you can see the invisible characters, because maybe I'm missing something very simple, or there is a bug, that ViaCAD can not imported Z coordinates from .spl files.
THROUGHSPLINE
10(space)10(space)0(return)
11(space)11(space)0(return)
12(space)11(space)0(return)
13(space)10(space)0(return)
This example works, however there is no Z for height.
So let's add some Z coordinates:
THROUGHSPLINE
10(space)10(space)0(return)
11(space)11(space)5(return)
12(space)11(space)0(return)
13(space)10(space)-5(return)
I would think something as simple as this would work, IT DOES NOT. NO Z.
So what is the missing ingredient? I've tried THROUGHSPLINE, VECTORSPLINE, POINT and POLYLINE, I can't get any Z!
Is this a bug? Is there special ENCODING that I must save this .spl file. I have lots of ENCODING options in BBEDIT.