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.
ilya_baran 
Reactions
-
Re: If statement for parameter entry?
Jake is almost right about the overloading. The rule is: == and != are not overloadable -- if two things compare == in FeatureScript, they're interchangeable. Once you overload a < b, a <=… (View Post)1 -
Re: Need help on how to import Editing logic function from different feature studio
You need to make sure fromOldFS is declared with an export in the other feature studio and that other feature studio is imported into the current one without a namespace (if the import has a namespac… (View Post)1 -
Re: Calculator inside Onshape
Would it solve the problem to have a shortcut key (like CTRL+Enter) that replaces an expression with the result of evaluating it in feature parameters and dimensions? Implementing a calculator inside… (View Post)4 -
Re: Help getting started with FS?
@owen_sparks For TypeScript, Java and C++ we have full-fledged IDEs, but other than "watch" I pretty much never use any other features that you mentioned. Go-to-definition, doc-on-hover, au… (View Post)1 -
Re: How to choose a vector and draw a simple circle in FS?
I think the problem is that you're passing centerPoint to skCircle, which is a query, while it expects a 2D vector in the coordinate system of the sketch plane. Pass worldToPlane(XY_PLANE, origi… (View Post)1


























