Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exporting point data to a text file

2,579 views
Skip to first unread message

Phil Evans

unread,
Jan 18, 2008, 12:11:15 PM1/18/08
to
I need to modify an airfoil section and then export the new profile
as XY point data to our analysis program. Can Solidworks save
sketch point data as a text file?

Art Woodbury

unread,
Jan 18, 2008, 2:22:38 PM1/18/08
to
In article <k7Gdneaga8EuQA3a...@giganews.com>, pev...@tagaerospace.com says...

> I need to modify an airfoil section and then export the new profile
> as XY point data to our analysis program. Can Solidworks save
> sketch point data as a text file?
>
>
I got this to work with a simple file containing a few points in a sketch. It may not be
suitable for your data. There is quite a bit of manual cleanup needed.

Convert the data into a sketch as points.

Suppress all possible features while leaving the sketch intact. (This reduces the amount of
cleanup.)

Save as an IGES file, with the option to save sketch entities.

Open the IGES file in a text editor, and search for lines with 116 at the very start of the
line. 116 is the IGES point entity.

Following 116, each line will have the X,Y and Z point coordinates separated by commas. There
will be some other characters much later in each line.

Delete all lines which don't start with 116.

Save the file as a text file.

Bring this into Excel as comma-delimited, where it is much easier to delete the unwanted
columns without dealing with word wrap and other text editing distractions.

There may be (should be) an easier way!

Unknown

unread,
Jan 20, 2008, 1:16:43 PM1/20/08
to
Thanks,
After further investigating the import function on my analysis
software it will allow me to import an iges file.
Tried it and it imports faithfully all the point data.
It would appear strange though that Solidworks will create a curve
by importing XYZ data but will not export it.
Thanks


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.8 Final
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

0 new messages