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.
ilya_baran 
Reactions
-
Re: Newbie question. How do I scale an object in Y and not X.
Here is a (FeatureScript) custom feature that will allow you to do a non-uniform scale. Just select the part to scale, the point to scale about and the scale numbers for x y and z. https://cad.onshap… (View Post)8 -
Re: New Curved Text FeatureScript
While I am all in favor of random color changes, the bug is actually worse than that -- if the boolean is done in the wrong order, downstream features (like transforms, part patterns, etc) referencin… (View Post)1 -
Re: Given a sketch object selection, how would i get a reference to the sketch that owns it?
Unfortunately, that's not possible: a sketch only "produces" entities once it's solved and at that point no more stuff can be added to it. If features later in the regen process c… (View Post)6 -
Re: FeatureScript Axes
You can create lines in a sketch or you can use opFitSpline with two points to create a line between them. (View Post)1 -
Re: Can you use "conditionals" with variables?
Yes -- exactly && and ||. (View Post)1


























