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
-
Re: how to assign a variable to control number of sides of a polygon?
Sketch patterns and polygons cannot unfortunately be controlled with variables. This is due to the way Onshape handles creating new sketch entities internally; new entities aren’t processed determini… (View Post)1 -
Re: How can a single mate overdefine my assembly?
It would be best if you could share an example, but one way the issue you're describing could occur is if you attempt to mate two fixed instances together. However, this is a pretty rare issue for mo… (View Post)1 -
Re: Creating an accurate BOM in part studios even when all of the parts aren't replicated
You should be able to write a wrapper feature for the linear pattern feature which calls the linear pattern feature directly. In FeatureScript, all features are functions, so using one feature in ano… (View Post)1 -
Re: Passing a variable from Part Studio A to Part Studio B
My variable library FeatureScript is useful for creating variables which can then be shared across part studios. Use the create tab to declare one or more variables, which will become attached to a c… (View Post)1 -
Re: Tips on Avoiding Slow Regeneration Times During Sketches?!
Linear pattern and circular patten features tend to be more performant and robust than their sketch counterparts. Large amounts of sketch entities can be especially bad for performance since Onshape … (View Post)4