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: Improvements to Onshape - May 26th, 2016
When you paste the Ilya's code in a new Feature Studio, make sure you keep the two lines that were already there. They provide the FeatureScript version and import the Onshape Standard Library. (View Post)1 -
Re: Cleanest way to work with existing sketches?
Documentation for how to do this is coming soon. In the meantime, you can take a look at this post. It's a bit outdated (we now have an import dialog!) but the main idea is at the bottom: Import… (View Post)1 -
Re: query document origin?
qCreatedBy(makeId("Origin")); Now, technically someone upstream could have deleted the Part Studio's origin, but you can always just make your own origin and use that: opPoint(context,… (View Post)2 -
Re: string formatting in FS?
There isn't right now. I suspect at some point the FS solution for this will look a lot like sprintf in C... something like: format("%d plus %d is %d", a, b, a+b); This is NOT availabl… (View Post)1 -
Consolidating pieces of your workflow into robust and simple features
FeatureScript features are great at making small, functional pieces of models. Because they live inside your feature tree, you can use many of them, reorder them, and pass in your robustly-defined ge… (View Post)1






















