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.
-
Re: Preserve ID through a try/catch?
@Evan_Reese try using id + unstableComponent("extrudeWDraft" ) and id + unstableComponent("extrudeNoDraft") . unstableComponent will prepend * to the input string, that would make… (View Post)1 -
Re: New surfacing tools are nice
Looks really nice! +1 on Thank you @S1mon (View Post)4 -
Re: get a variable name as a string?
@Evan_Reese In C/C++ you can do this with a macro. I don't think FS language development will go that way. (View Post)1 -
Re: transformResultIfNecessary?
You've probably also noticed that remaining transform is computed by a call to `getRemainderPatternTransform` . That call is feature dependent - the author of the feature needs to decide which input … (View Post)2 -
Re: Sheet metal "Tangent Joint"?
It sounds like you've sketched arcs where you wanted to have bends. There is no need to do that. Sketch poliline and the resulting extruded model will have bends at every vertex. (View Post)1