Message 1 of 20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i can t import csv file with importspline , do you know a solution
Solved! Go to Solution.
i can t import csv file with importspline , do you know a solution
Solved! Go to Solution.
CSV file needs to have 3 values, per line, X, Y and Z.
Might help.
@jmpframce You can try with the script I posted here: Import spline from any CSV file
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file
Got this
Did you use the GitHubToFusion360 add-in to install the script?
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file
@jmpframce Sorry there was a typo in the URL => https://forums.autodesk.com/t5/fusion-api-and-scripts/script-import-spline-from-any-csv-file/m-p/117...
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file
@jmpframce Can you share an example of the csv file you're trying to import? You might need to change the file's extension to txt to be able to attach it to your post.
Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
-35 1,58 301
-21,18 9,81 311,49
4 21,33 324,13
37 29,19 330
71,09 29,19 323,7
99 22,63 308
121 13,71 290,63
136,15 5,91 276,13
Can you just attach the file as a txt file.?
Looking at what you have posted the format looks all wrong. Some lines have 4 numbers and the comma is missing between others or have you just typed it incorrectly?
Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@HughesTooling wrote:
Looking at what you have posted the format looks all wrong. Some lines have 4 numbers and the comma is missing between others or have you just typed it incorrectly?
@HughesTooling Because this is not a .CSV file (i.e. Comma-Separated Values) but a .SSV file (i.e. Space-Separated Values). Even better, a .SSVCDS file (i.e. Space-Separated Values with Comma as Decimal Separator).
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file