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: Feature Script Parameter Bounds driven by another Parameter
You can test in the feature body itself, something like: if (definition.y > definition.x) throw regenError("y must not be greater than x", ["y"]); (passing the parameter y in t… (View Post)1 -
Re: Rounding function(s) force round up or round down
floor rounds down and ceil rounds up. Make sure that what you're passing is in fact an integer, not a length -- for lengths use something like floor(#myLength / in) * in to round down to the nea… (View Post)4 -
Re: Changing stl units after importing
The scale value could be entered as for example meter / inch if you imported in inches and need it in meters to avoid the fat-fingering issue. (View Post)1 -
Re: Help us build an awesome import updating system
To update this thread, we did finally release this: https://forum.onshape.com/discussion/11520/improvements-to-onshape-april-15th-2019 Feedback on how well we preserve references to imported parts is… (View Post)4 -
Re: Export description through Feature Script
Inside the feature, id[0] is a string that is unique for that feature (except feature patterns -- then construct the variable name concatenating all components of id) within the part studio. It'… (View Post)1


























