Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Importing a text file of x y z points
eoin_cannon
Member Posts: 1 ✭
Hi
I can't find an answer here but does anyone know if it's possible to import a txt file of x y z points. Does OnShape have a different file format or anything? Solidworks uses .sldcrv which is just a renamed .txt file in a certain format. I've attached the file I want to import.
Any help would be greatly appreciated.
Thanks
Eoin
I can't find an answer here but does anyone know if it's possible to import a txt file of x y z points. Does OnShape have a different file format or anything? Solidworks uses .sldcrv which is just a renamed .txt file in a certain format. I've attached the file I want to import.
Any help would be greatly appreciated.
Thanks
Eoin
0
Answers
Still the same.
It allow you to import the X,Y, Z list of points as points or create splines or polylines
Eduardo Magdalena C2i Change 2 improve ☑ ¿Por qué no organizamos una reunión online?
Partner de PTC - Onshape Averigua a quién conocemos en común
Super simple - reads an XYZ CSV file and passes a 3D spline through it.
https://cad.onshape.com/documents/f8191d0fd7fe9a488e8dcd15/w/29be675d29fa9f017b6fed6e/e/2de5c3146b997f177a4bd4e5
Here is the source code - super simple
Have fun!
I would like to see the code of your 'BOOM'-image creator that adds those images to your posts.
I've seen a version of your importer that allows CSV import containing multiple splines:
https://cad.onshape.com/documents/0640603950ebd22d78b15bb3/v/05027b8df6d9b3941de8227f/e/b784d87ed2c2d5fcbd773c5b
Is that an official Onshape release?
looks like this is the one:
https://cad.onshape.com/documents/a5566bc4a7c123d4958fd925/v/74ef42fd67330626670210c7/e/07d3a8c9750bc033aa654b39
It's really hard to navigate the featurescript search and find the original version, there are so many copies! Is there a trick to search for it?