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.
Jake_Rosenfeld 
Reactions
-
Re: Project sketch onto surface feature
@janos_horvath We actually have an Improvement Requests section of this forum specifically for sharing ideas. You can submit them there (one idea per post please) and other users will read them and a… (View Post)1 -
Re: How do I put a hole on the side of a wheel
@hayden_barker Here is a checklist of how you can help us help you: https://forum.onshape.com/discussion/9107/forum-post-checklist Namely, it is easier to help if you post the URL of your document al… (View Post)7 -
Re: Featurescript: type checking
A word of caution as well. Types have hierarchy and all non-builtin types (UpperCaseTypes) are built on top of builtin types (lowercasetypes). Two specific examples are that a Vector is actually just… (View Post)2 -
Re: Featurescript: type checking
@jrs_spedley You can use `is <type>` for this. Example: for (var item in someArray) { if (item is box) { ... } else if (item is number) { ... } else if (item is ValueWithUnits) { ... } } Same s… (View Post)1 -
Re: Featurescript - Allow Duplicate Precondition Conditional Parameters
@owen_sparks To save you a bit of time, the part of the FM that specifies what I am talking about is the "Editing logic function" section of this page. Happy reading! (View Post)2























