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.
EXPORT BEND TABLE TO CSV
Cary_Bettenhausen
Member Posts: 43 PRO
Our company has successfully implemented the Stock Size FS discussed here: https://forum.onshape.com/discussion/comment/77847#Comment_77847
Now we would like to take this one step further by getting info out of the bend table for SM parts. Is there a way to do this or is this in the works?
Thanks,
Cary
Now we would like to take this one step further by getting info out of the bend table for SM parts. Is there a way to do this or is this in the works?
Thanks,
Cary
1
Comments
But with featurescript you have some options.
In this sample, I can retrieve all of the bend information for a given sheet metal model.
You could make a FeatureScript that outputs to the featurescript notices tab a CSV of all the information you require.
https://cad.onshape.com/documents/90c254d38958666d2f26de12/w/471128694634b8d0cd6861a7/e/d96d308fb24c30b79fbcac89
The better option would be to make a custom featurescript table, and Onshape provides an export to tab separated value file format option for custom tables (its the copy table button).
https://cad.onshape.com/documents/8d8bfeacb2264501db61fd2c/w/98c93d8edff2d143c1a5805a/e/77843f0e440dade9e2751bc1
You could also do it with the API, and put a nice button in Onshape that does a "export bend table to csv". But that would require a lot more work than any of the featurescript options.