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: Centred Text in FeatureScript
I agree, evBox3d followed by an opTransform is what you will need. Things to keep in mind: 1) Sketch geometry is not created until skSolve() is called, so you'll need to do the evBox3d(... qCreatedBy… (View Post)2 -
Re: Iterating FeatureScript code not running
The documentation for Id gives a clearer picture of why you're getting the error "Parent Id asdf1234.myOperationId used at two non-contiguous points in operation history" In your case you c… (View Post)1 -
Importing Part Studios and Feature Studios
One powerful feature of Onshape's FeatureScript-based architecture is the ability to freely import Part Studios and Feature Studios into one another. Importing a Feature Studio into a Part Studio is … (View Post)2 -
Query Explorer feature
Hello FeatureScripters! Learning what FeatureScript's queries can do is often a slow process of reading lots of documentation, and the number of different queries avaiable can be overwhelming during … (View Post)12 -
Re: Import sketch/body using FS?
Questions like this prove you've got exactly the right mindset, wanting to use code for the things code is good at and modeling for the things interactive CAD is good at 👍 Check out this page documen… (View Post)3