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: Projecting a solid or surface onto someting else
it relies on an undocumented featurescript function. The feature can sometimes fail randomly, and can produce some pretty high regen times. It works great with simple models, but I've run into issues… (View Post)1 -
Re: Can I make my feature error out if the tools and targets do not intersect for a boolean subtract?
You could just check if any geometry has been created by the operation. if(isQueryEmpty(context, qCreatedBy(id + "boolean1"))) { reportFeatureWarning(context, id, "NON-INTERSECT")… (View Post)2 -
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