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.
kevin_o_toole_1 
Reactions
-
Re: Configurations update: Edit FeatureScript IDs
Nope, you're not missing anything. See my response to the same question here: https://forum.onshape.com/discussion/comment/50472#Comment_50472 (View Post)1 -
Re: Help with determining if a selected input is a sketch vertex or a mate connector please. - FIXED
Try silent should work well. For future reference, definition.TargetsketchPoints is a Query, not an array. So the real equivalent of "definition.TargetsketchPoints[i] == BodyType.MATE_CONNECTOR&… (View Post)1 -
Implicit mate connectors in custom features
By now you might have seen the Improvements to Onshape - March 1st, 2019 post, which mentions, among other things, a new ability to mate connectors on the fly inside a feature dialog: I thought I wou… (View Post)3 -
Re: AddInstance import issues with Configuration Table Part Studio
Ah, you mean using the configuration enum directly as a parameter. Yes, the hangup right now is that you cannot import two Part Studios without a namespace, but you cannot use an enum for a feature p… (View Post)1 -
Re: AddInstance import issues with Configuration Table Part Studio
It's also possible that Part Studio reference parameters will give you something closer to what you want. This provides an input that allows selecting any Part Studio, and creates inputs for the conf… (View Post)2