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: Bridging Curve Weirdness
It's not greedy to request needed functionality, but there is a tradeoff: we can wait until we have time (and priority) to implement every request, in which case nothing may be released for a year or… (View Post)3 -
Re: Custom Feature Mutual Trim
@Jacob_Corder -- we do not have many hidden arguments and when they're hidden, it's almost always for a good reason (e.g. known instabilities outside a specific use-case). The extendToCompletion argu… (View Post)3 -
Re: Bridging Curve Weirdness
Your feedback has been extremely helpful already -- I wouldn't have noticed anything wrong with bridging curve at all if you hadn't brought it up. I'm scaling the offset by the square root of the ma… (View Post)2 -
Re: Cannot reference function Predicate as a variable.
You can't reference top-level functions or predicates in variables. So: predicate isNonzero(something) { something != 0; } const myPredicate = isNonzero; // Error -- not allowed const myPredicate = f… (View Post)1 -
Re: Bridging Curve Weirdness
Ok, I've had a bit more time to play with it. I did make a G0-G2 adjustment that helps in some cases, and I added "acceleration" for nondefault speeds. I haven't been able to come up with a… (View Post)2