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: New map iteration -- INTERNAL ERROR. Trying to set type of an unbound or captured variable.
FYI, with the release of Onshape 1.134 this issue is resolved Feel free to use this new 2-variable for loop syntax any time you iterate through a map or an array! (View Post)3 -
Re: Return definition.groups[g].lengthInputMethod ?
Simple fix I think. You have definition.groups[g].lengthInputReturned == true; but you want definition.groups[g].lengthInputReturned = true; (View Post)1 -
New function tolerantSort()
Hi all, The latest release (Onshape 1.129 and FeatureScript 1483) came with a new helpful function in the Standard Library: tolerantSort(). This function is useful for sorting items based on measurem… (View Post)1 -
Re: convert units?
@MichaelPascoe ValuesWithUnits are agnostic to the unit type (they can more correctly be thought of as values with dimensions e.g. length, not units e.g. inches). So no, there is no difference betwee… (View Post)2 -
NEW: Tag Hole feature
One of the nice benefits of the Onshape hole feature is that the holes it creates are automatically be marked with their size and position on a hole table in a Part Studio, or a drawing. However, oft… (View Post)8