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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: Improvements to Onshape - March 31st, 2020
wish Isolate worked with in-context bodies too, sometimes you need to reference some internal part of context but you can't because it is overlapped by another parts (View Post)2 -
Re: How to find the id of several bodies in "Query" with several mouse Picks
for (var i = 0; i < size(definition.Name_Part); i += 1) { setProperty(context, { "entities" : parts[i], "propertyType" : PropertyType.NAME, "value" : myString ~ i });… (View Post)1 -
Re: FeatureScript User Community Spotlight
Path pattern - alternative curve patterning feature with some different way of transform evaluation and way more options for instance count definition and instance orientation: - Set reference checkb… (View Post)2 -
Re: Edit part studio code
Once i was experiencing such situation when used "vector" instead of "Vector" for type declaration, and had to request support to find what was broken) (View Post)1 -
Re: FeatureScript User Community Spotlight
Added a few more options into v5 of MultiMateConnector feature: - "Triad" option creates two additional mate connectors with the same origin but in directions of X and Y axes of first mate … (View Post)2