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: 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 -
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 addit… (View Post)4 -
Re: curve fillet help
Even if the curves are coplanar, constructing a fillet between them in the general case requires solving a nonlinear equation. Sketch fillet works by setting up appropriate tangent constraints and th… (View Post)2 -
Re: Holiday Ornaments
We've also got all kinds of holidays here... (View Post)6