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.
Is it possible to export numbers from a FeatureScript?
timo_schmid
Member Posts: 36 EDU
Hi everyone,
I'm trying to calculate a couple of values (e.g. distances) with a FeatureScript and then export them (to a type of file such as .csv, googleSheets, .txt)
Is this possible?
Any help is appreciated!
Cheers,
Timo
I'm trying to calculate a couple of values (e.g. distances) with a FeatureScript and then export them (to a type of file such as .csv, googleSheets, .txt)
Is this possible?
Any help is appreciated!
Cheers,
Timo
Tagged:
0
Best Answer
-
NeilCooke Moderator, Onshape Employees Posts: 5,661No, you can only print to the FeatureScript console. You would have to copy and paste from there.Senior Director, Technical Services, EMEAI1
Answers
Do you know if it would be possible to do such a task with the API instead?
Cheers,
Timo
For more information, go to https://dev-portal.onshape.com/help, click "feature list API", and search "Feature Script Evaluation" or "Evaluate FeatureScript".
You can do this one of two ways: