How to export solidworks spline points to a .txt file.

Hi,
I desire to know how to export Solidworks spline points to a .txt file.
Thank you.

5 Answers

Here am posting the Program code:-

Macro to read 3d Sketch points and export to Excel or text file..!!

caution this program reads the points in order of creation so you may need to rearrange your data in excel if they are out of order!

Answered with a tutorial: https://grabcad.com/tutorials/how-to-export-solidworks-spline-points-to-a-txt-file

Hi this one is written source code (Macro) to export the file to text..!!

Edited © version to share, if it's not work than feel free to tell me And please use it only for Educational purpose.
I will re write for you.

//Thanks//

if u want to extract it to notepad then right click on the
.sldcrv file------>select open with---->select notepad as the program.

//Thanks//

And how to Import the points from the solid works is here " https://grabcad.com/questions/tutorial-how-to-import-points-to-solidworks-from-a-text-file "

this is already tutorial available in Grab-cad, so that i saved myself to type more..!!

Good luck and use it to learn more..!!

//Thanks//

Hi Sourbh,
I just ran your macro on a 3Dsktech (SW2012) with N points, but it returns 2N triads of coordinates: each point is counted twice and they are put in a crossed order. Attached the excel returned by the macro (I compiled column A with the cardinal numers of the first 5 points).
Can you help me fix the problem?
Than you!