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: 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… (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 endpo… (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 -
Re: dot() vs cos()
When doing geometry programming in a low-level language, it's automatic to avoid trig functions when possible (which is most of the time). A dot product of 3d vectors is 3 multiplications and 2 … (View Post)4


























