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.
kevin_o_toole_1 
Reactions
-
Re: Help rotating text in FeatureScript
opTransform moves bodies, it's not a sketch operation like skRectangle. Since sketches don't create any geometry until skSolve is called, this means you need to call opTransform after you call skSolv… (View Post)1 -
Re: New Featurescript: PP Surface Text 2.0
@stuart_rampy 's request involves a change to the text feature itself, allowing an option to interpret the input as an expression (involving variables like #myLength) instead of literally as a string… (View Post)1 -
Re: Help getting started with FS?
To be honest I use Feature Studios when working on internal changes to Onshape's standard library! We do have a separate process for keeping that code versioned with the rest of Onshape and deploying… (View Post)1 -
Re: Help getting started with FS?
Keep your eye out on the FeatureScript forum the next few days :wink: (View Post)1 -
Re: Adding Maps
mergeMaps is what you're looking for. The values of the second argument will override the first argument ("defaults") if the same key exists, so the order of your mapUnion function is alrea… (View Post)2