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.
caden_armstrong2 ✭✭✭
Reactions
-
Re: Stream Deck Icon Library for Onshape
@S1mon If you want to create a stream deck button for any feature, its possible. You can create more complex mappings that do a series of button presses, so you can combine the feature search (alt-c)… (View Post)2 -
Re: Sheet metal flat pattern through the API
The list of parts via /parts/ endpoint will contain both the folded and flat patterns of the parts, with the property isFlattenedBody. (View Post)1 -
Re: Why can't I pass a value with units to an opThicken
A few things I notice: your th1 and th2 base case has no units. You need to replace 0 with 0*meter. You are comparing offset to a value without units. Additionally, you have a negative value for th1,… (View Post)2 -
Re: Insert part by name not by PartStudioData
Its not possible to do with only featurescript. But, it can be done with the API. (View Post)1 -
Re: Select assembly configuration in API?
The configuration is under the elements endpoint https://cad.onshape.com/glassworks/explorer/#/Element/getConfiguration This endpoint will give you the list of all configuration parameters and possib… (View Post)1