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: Add Featurescript API Not Working as Expected?
The add feature endpoint definitely works and hasn't changed ( I use it all the time). Can you post a sample of your request body? Its likely the issue with your feature object. If you want a sample … (View Post)1 -
Re: Record a macro or create a shortcut to an action possible?
Onshape doesn't support the same automation options as Solidworks (ie macros). The options for extending automation are limited to Featurescript - which cannot do exports, and integrated/API applicat… (View Post)1 -
Re: Does Return Statement Exit from features as well as functions?
@Evan_Reese I only use it when I am debugging. Throw a return statement into a feature half way to keep the rest from running. Return; isn't obvious in featurescript because you don't need to declare… (View Post)1 -
Re: show/hide parts based on attributes
The reason you can't set a show/hide property is because there isn't one. The visibility of parts is based on the current user's view state (same with things like camera position), similar to how you… (View Post)1 -
Re: Sheet metal DXF export with API
CADSharp has created an application that solves this issue: Renaissance is able to export all drawings from assembly components, and can also do sheet metal flat patterns. (View Post)1