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: 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 -
Re: Best way to query threaded faces (tapped Hole and External Thread)
You could start with a smaller seed query by taking all the faces and putting it through qHoleFaces (View Post)1 -
Re: Best way to query threaded faces (tapped Hole and External Thread)
I think holes were made before named attributes were a thing, so they are found based on the value pattern. You have to take a query of seed faces and check which faces have the attribute pattern: va… (View Post)1