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.
Featurescript exporting a .txt or similar file type
darren_13
Member, Developers Posts: 119 PRO
I am mainly concerned with creating aerofoil scripts, one of the things I wish to do is create an aerofoil in OnShape and then use the 2D coordinates to analyse in an aerofoil analysis tool. So is it possible for me to export a text file from featurescript? an alternative would be to print the coordinates in the cmd line and copy and paste.
Tagged:
0
Comments
Owen S.
HWM-Water Ltd
With the API, you can use a Part Studios: Evaluate FeatureScript call to evaluate any FeatureScript function on a Part Studio. That function can return a string, and from there you can take that string and do whatever you please.
The place to get started is dev-portal.onshape.com, where you'll find docs, keys, and a link to create an application.