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: 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 -
Re: Can you use "conditionals" with variables?
Yes and yes. The syntax for your conditional expression is: #x > 10 ? 0.5 * #x : #x<br> Another possibility (without using a custom feature) is something like: { 202 : 0.248 in, 204 : 0.491 … (View Post)7


























