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.
Alex_Kempen EDU
Reactions
-
New FeatureScript - The Variable Library FeatureScript
I'm very happy to finally be sharing the Variable Library FeatureScript with the Onshape community! The Variable Library FeatureScript utilizes attributes to make the creation of global variables in … (View Post)4 -
Re: Internal Error When Creating Variable From Attributes
Hi @ilya_baran, Thanks for looking into this! To elaborate more on my previous post, I had the idea a week or so ago to improve on the basic variable library concept. You can find the current WIP ver… (View Post)1 -
Re: Importing Part Studios and Feature Studios
You no longer need this post since you can simply use the import button in FeatureStudios, then simply select the part studio/feature studio you want to use. That's what the Direct FeatureScript Impo… (View Post)1 -
Difference Between Make Robust Query and Set External Disambiguation
Hello, Although I'm currently quite happy with the performance and behavior of my Plate FeatureScript, I need to make changes to it so that it behaves properly in the face of upstream changes. I'm aw… (View Post)1 -
Re: Plane tangent and normal to surface?
Also, an easier way to get the edges adjacent to plane might be:var edge = qAdjacent(definition.face, AdjacencyType.EDGE, EntityType.EDGE)->qNthElement(0); This takes advantage of qNthElement to a… (View Post)1