Now that I know about .pts files, and kind of now what to look for now, I did a web search and discovered another text file format that I have seen in ProE but didn't know anything about...the .ibl format. This enabled me to do essentially the same thing without being restricted to the 2D world of Sketcher. cadcamguy > you probably already know about it, but for those who are new to it like myself, the info can be found at:
But here is my procedure taken from that information:
This procedure uses the Imported Blend File (ibl), text file format, and is built in NotePad.
Simply create a header for the file:
Open Arclength
Immediately following the header, go the point coords for the first curve in xyz format:
Begin section ! 1
Begin curve ! 0
3.473 6.125 9.912
2.107 3.673 7.385
7.776 21.782 11.987
3.009 1.6707 3.312
Immediately following the last data, go the point coords for the next curve in xyz format:
Begin section ! 2
Begin curve ! 1
7.475 2.178 7.219
6.734 6.444 1.922
10.212 -3.326 -1.333
...And so on, for as many curves as you need.
NOTE: The website I got this from did not repeat the "Begin section ! x" line for each curve points set as I show it above, but it didn't work when I wrote the file that way. AND DON'T FORGET THE INCREMENTING OF VALUES FOR EACH "Begin..." line.
Once the file has been created, be sure to change the .txt file extension to .ibl.
----------------------------------------
In ProE select menu Insert > Model Datum > Curve.
Select Menu Manager > CRV Options > From File > Done, then:
-Select desired CSys.
-File dialog will appear. Select file type - .ibl, and select the desired .ibl file.
The datum curves should appear.
With regards to building surfaces:
Next, choose to "Insert Boundary Blend", select the curves you want to skin from and to, and you will see your surfaces begin to appear (note the command for this in Pro/E 2001 and prior is "Feature > Create > Surface > New > Advanced > Boundaries").
If a change is required to the coordinate points, simply "Edit Definition" of the curve file and cut and paste the new XYZ data. You will see you surfaces update based on the new data.