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: Anyone ever written a feature script that references a .csv spreadsheet of part numbers/descriptions
I have written some features similar to this. If you are looking for guidance, all you should need to do is get the configuration variables by name using: getVariable(context, "myConfigVarName&q… (View Post)1 -
New chrome extension to export FeatureScript Notices output
Common complaint that I see is that FeatureScript cannot output files, and copy pasting the FeatureScript Notices can be a bit annoying/tedious. I have created a Chrome extension that can do this in … (View Post)5 -
Re: Export an Assembly as sperate STEP files for each Part?
CADSharp has an app in the Onshape app store that can do this: https://appstore.onshape.com/apps/Utilities/XRQODIZXYFFSR7TEFILBKVQH5XWN6JAQRSTFWRY=/description Open in the context of an assembly and … (View Post)1 -
Re: Extrude removing material in Sheet Metal part
Sheet metal part modification is tricky. The easiest way to do it is to use the actual Boolean feature instead of opboolean. It handles all the hard stuff for you. (View Post)1 -
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