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.
Konst_Sh PRO
Reactions
-
Re: Feature Script simple question
So from what i understood you looking for a way to pass values in downstream functions. You don't evaluate anything in precondition - feature precondition is for UI description. When you declare defi… (View Post)1 -
Re: Feature Script simple question
evLength() is from my point cheap enough to evaluate it twice in editing logic or manipulator change functions and in feature body, caching it with hidden parameter does not worth it. But the idea it… (View Post)1 -
Re: How to design to center of gravity?
Worth to try if in-context bodies preserve density of originals. If yes then you can edit any assembly component in context, evaluate a center of gravity to every context body, and then calculate the… (View Post)1 -
Re: Best practices for making non-trivial sketches in a script.
I would create the profile manually in the template part studio, configure it with a number of parameters that you need to access from feature code, and use instantiator() function, which derives the… (View Post)2 -
Re: Hey FeatureScripters - What would you like to see in an advanced FeatureScript tutorial?
Queries and id's are definitely the top priority, besides it the transforms and patterns were the most interesting for me in the beginning.Edit:Instantiators - today is the day of forum questions tha… (View Post)2