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: Configuring Part Property problem (Now FIXED)
For configuring properties, you currently have to specify all configuration inputs, so you can't delete a configuration input column from the table. We're working on it. The only way you ca… (View Post)4 -
Re: DO YOU HAVE A NICE MODEL TO SHOW? (DYHANMTS_2018)
Basically what Jake said. Keep in mind that our standard features are all written in FeatureScript, so there isn't a fundamental difference. I would not expect that writing this as a custom feat… (View Post)1 -
Re: What about implementing universal numeric solver/optimizer?
I like numerical optimization (used it all the time in my days as a graphics researcher), but it's not like sorting or even linear equation solving -- there's no one algorithm for nonlinear… (View Post)3 -
Re: how to check if a string includes a substring?
Except you may want to match the substring quoted if it may have special characters: function containsString(s is string, substring is string) { if (substring == "") return true; const quot… (View Post)3 -
Re: Is it possible somehow to Scale with a variable ?
I suspect the problem is that your variable is a length. It either needs to be a real number or you need to divide it by a length to get a number. Basically, the request "I want this bigger by a… (View Post)3


























