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: skEllipticalArc between two points
For skEllipticalArc the "non-arclength" parameterization is the one you'd expect: R * cos(t * 2 * PI) r * sin(t * 2 * PI) As t runs from 0 to 1 for a full ellipse. So no need for numerical … (View Post)2 -
Re: Bridging Curve Weirdness
The changes I've made above are currently going through QA, looking good so far. I've had to shift focus to some infrastructure issues for now, but I do plan to get back to improving bridging curve a… (View Post)1 -
Re: How to handle broken references when modifications to a part studio cause named parts to be renamed
It may be possible to change the order of parts in the boolean so that 12345 is not lost -- for a boolean union, the part identity stays with the first part selected. (View Post)1 -
Re: Transform Help Request
To be clear, variables shadowing functions is correct behavior -- in most c-like programming languages, variables declared in inner scopes shadow symbols in outer scopes. It's also desirable because … (View Post)1 -
Re: Any plans to expose bSplineSurface and bSplineCurve from evSurfaceDefinition and evCurveDefinition?
Yes, we definitely intend to do that. As always, that's about as much as I can say. (View Post)5