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.
Custom Computed Part Properties
Discussion List
-
Are we able to return a Computed Suface Area of the Sheet Metal Top Side Only in FeatureScript?
I've been searching without luck to see if there is a FeatureScript that outputs into a custom table, the computed surface area of only the top or 'good side' of a flat sheet metal part on the flat? If not, is there a way to return this value in a FeatureScript that I'm not seeing? The basic evArea returns the entire…
-
How can I use FeatureScript to get the longest edge of a part as a computed property
I try to create a feature script that lets me get the longest edge of a part as a computed property in a user defined table.So far I had no success other than get the compuedVolume as shown in an example somewhere. Can yomebody give me a hint or an example how to get all edges, find the logest and rturn that as a computed…