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: Fill command
Ah, I thought you meant something else. That tool is currently under development and will hopefully come out soon. There are workarounds involving for instance thickening or splitting that will work … (View Post)1 -
Re: Strange behavior of FOR loop for real iterator.
I didn't check, but I expect you're running into floating point tolerance issues -- keep in mind that addition is not an exact operation and neither is multiplication by degree (since our i… (View Post)1 -
Re: Random function?
FS does not support true randomness because the feature would regenerate differently every time (see https://cad.onshape.com/FsDoc/intro.html#language-fundamentals). You can use a pseudo-random numbe… (View Post)7 -
Re: How can I create string variables?
There is work in progress to remove the type restrictions on variables, so our intent is that you will be able to use strings, arrays, maps, even functions (lambdas). (View Post)2 -
Re: Another feature script ID error...
Ok, you have a slightly complicated flow structure, so assigning operation ids needs to be done carefully. The first problem is actually in line 321, where the id should be id + "SparPlanes"… (View Post)1


























