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: getting featurescript via api
https://cad.onshape.com/glassworks/explorer/#/PartStudio/getFeatureScriptRepresentation what are you trying to do? I'm gonna guess whatever it is that there is a better way. (View Post)2 -
Re: Query Finder (A new way to automate Onshape!) 🆕
Technically that is supported with standard features - its just not easily accessible. I've been working on a video essay on the subject, I can send it your way when its ready. (View Post)3 -
Re: How to Identify Faces Directly Created from Sketch Edges in an Extruded Part (FeatureScript)?
You are looking for qCapEntity or qNonCapEntity This will query for either the end faces or the side faces created by extrudes, revolve, sweep, loft, thicken. (View Post)3 -
Re: API: Export assembly as binary parasolid
Assemblies are only exported with the translations workflow. They could potentially be very slow depending on the size of the assembly. Its really not that difficult, its just an extra step of having… (View Post)1 -
Re: Select entity for extrusion via API
For anyone who has found this thread in the future (Like I just did), You can use transient ids in the queryString, its just a small little change from what I was trying. "queryString": &qu… (View Post)1