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_Armstrong PRO
Reactions
-
Re: Configuration Tables are awesome, now how do I export my 300 parts?
@rajasekar My application Renaissance has a tool that can achieve this. You can find it in the app store here: https://appstore.onshape.com/apps/Utilities/NDYJQNNF4DWNBG4O6QLFTN4UIPRDQ2B7ABZSFXQ=/des… (View Post)3 -
Re: FeatureScript Editing Logic: Array Indices Not Updating Properly
I suggest reading the documentation on editing logic. Some useful stuff in there. if the "isCreating" parameter is omitted, then the editing logic function only runs during creation. (View Post)1 -
Re: Milk Crate FeatureScript Fundamentals Error
The importDerived feature has changed, you just need to add "newUI":false to your usage of importDerived. You can read about instantiation here: https://cad.onshape.com/FsDoc/imports.html I… (View Post)2 -
Re: fs.place - a marketplace for FeatureScript
@kenn_sebesta167 fs.place is still in its early stages/open beta. We have plans to add profiles at some point, so that users can provide contact information. In all of my features, I have documentati… (View Post)3 -
Re: How can I query the faces that highlight when I pick a feature?
You could use lastModifyingOperationId(context, query), against every face. It wouldn't be super efficient, but would work. (View Post)1