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.
3D from Excel to Onshape
jacek_zagaja
Member Posts: 47 ✭✭
Below is Excel file with macro:
https://sphericalhorns.net/wp-content/uploads/2021/03/DrBA_JMLC_V303.zip
that computes cross section point cloud with parameters on Sheet1:
Points are on Sheet2 but hard to see gap between step size.
https://sphericalhorns.net/wp-content/uploads/2021/03/DrBA_JMLC_V303.zip
that computes cross section point cloud with parameters on Sheet1:
- Min. points per ellipse
- Ellipse step size [mm] - step in Z direction
Points are on Sheet2 but hard to see gap between step size.
Tagged:
0
Comments
https://cad.onshape.com/documents/e161fbe2d3ea5f28da279c93/v/be9e27c457dc6f53de95e809/e/8d2acc927cc9433b70245871
The Onsherpa | Reach peak Onshape productivity
www.theonsherpa.com
https://cad.onshape.com/documents/ae2be4f95e789a8efda1315d/w/3cf31603c523c20e4099c20d/e/8f6f9236b006f146876f5554
The loft is still done manually (and I only used two of your shared tables). But here's a link to another article with a similar challenge including a FeatureScript that creates a loft based on your coordinate data.
https://forum.onshape.com/discussion/19542/spline-plus-cross-sections-for-loft#latest
If still interested, I can give you a hand to do it. It will not be too difficult to automate.
Hey,
Ran into something similar while trying to import point-cloud data from an Excel macro into Onshape. Turns out the issue wasn’t FeatureScript it was how the sheet was exporting the CSV (regional delimiter settings messed up the formatting).
Switching to a different spreadsheet environment with better control over CSV encoding/separators actually fixed the import errors for me especially when dealing with multiple cross-sections in one file.
If you're stuck with inconsistent CSV exports breaking your loft workflow, this helped in my case:
https://www.wps.com
Also worked offline, which was a plus for local automation setups.