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: Improvements to Onshape - March 20th, 2023
One little hidden improvement for heavy FeatureScript developers (e.g. @chadstoltzfus) that is not mentioned above is that now Ctrl+Shift+S (Cmd+Shift+S on Mac) in a Feature Studio commits all uncomm… (View Post)11 -
Re: How do you add a custom table to a drawing?
For now, there's a hacky at-your-own-risk workaround to exploit cutlist functionality -- see here: https://forum.onshape.com/discussion/19737/table-new-custom-feature (View Post)3 -
Re: constructPath() sometimes doesn't return a continuous path, possible bug?
Everyone needs slightly different things, so we're not going to overburden the standard functions. For what you're describing though, evEdgeTangentLines is a simple way to get the endpoints and midpo… (View Post)1 -
Re: constructPath() sometimes doesn't return a continuous path, possible bug?
I think the issue is with the evApproximateBSplineCurve function -- it doesn't always return the curve in the same direction as the edge. evEdgeTangentLine should return the right order of endpoints … (View Post)2 -
Re: get a variable name as a string?
Such a function cannot be written because no function f can distinguish being called as f(5 * meter) and f(test) where test == 5 * meter. This is true for the majority of programming languages. But w… (View Post)1