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.
Jake_Rosenfeld 
Reactions
-
Re: using Variable
@Nan_Cp You cannot currently change the name of the part in FeatureScript, but this is coming soon. Stay tuned to the update announcements. (View Post)3 -
Re: Automatically add a mate connector at the intersection of 2 lines
@Ben_Niewood Maybe this workflow will help (it's not automatic, but it's better than having to do the math by hand): * Create a sketch on the plane which contains both the lines * Create a point anyw… (View Post)1 -
Re: NEED HELP ON FS
@Nan_Cp The only thing you need to change from the code you pasted above is that: const profileEntities = qCreatedBy(definition.features); should be: const profileEntities = qCreatedBy(definition.pro… (View Post)1 -
Re: How do we find useful feature scripts?
We have a good collection of about 50 high-quality ones here: https://www.onshape.com/featurescript You have to press "More +" under the FeatureScript Spotlight to see all of them. That's d… (View Post)8 -
Re: Is there a way to find the extents of an object with one command?
It would be hard to display anywhere besides the console reliably from inside FeatureScript. You can get the l/w/h easily through the UI though: Just click the edge in question and it will display th… (View Post)1























