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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: SET COLOUR, MASS, AND CUSTOM PROPERTY OF GEOMETRY CREATED BY FEATURE IN ONE GO
Yes, if the operation expecting to get body to assign property to, that means you need to feed it a query which resolves to a body. id is Id in the function declaration means that on the second argum… (View Post)1 -
Re: Feature Script way to generate a curve pattern with linear instance spacing?
Basically the problem is getting the coordinate of the end of the chord of a given length on a given path, starting from a given point. There may be two basic approaches: create a function which draw… (View Post)1 -
Re: Copy a "feature" on a part
Try to use this Transform pattern feature with feature pattern option selecting the whole set of features defining your element (View Post)2 -
Re: FeatureRequest: FeatureScript expanded to Assembly and/or drawings
In the end featurescript is just a language, you can't say the FS itself is not suiting for assemblies because functions we writing for part studios are designed to take top level id and context. We… (View Post)1 -
Re: FeatureRequest: FeatureScript expanded to Assembly and/or drawings
I beleve FS is already used in assemblies silently, I can remember some examples from @MBartlett21 who shown me some declarations from standard library related to assemblies. If it was exposed and ad… (View Post)1