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.
Paul_J_Premakumar 
Reactions
-
Re: API: Determining if there was a regeneration failure
In a part studio, you can get the list of features using /partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/features endpoint and check the featureStates in the response. This will give you the featureId and… (View Post)1 -
Re: How can I generate a line in 3D space and extrude a circle along it using the Onshape REST API?
We have an example here : https://onshape-public.github.io/docs/api-adv/featureaccess/#create-a-cylinder . (View Post)1 -
Re: How to use the API to execute a FeatureScript to create a custom feature?
@he_qiu143 , You got the support code, because the body of the add Part studio feature endpoint expects feature:{} , while in the example you posted you has features:[] . (View Post)1 -
Re: Improvements to Onshape - December 13th, 2024
@Ste_Wilson With the power of FeatureScript, users can have new features at any time, even in-between releases! Here is my version of a Santa function : usage here https://cad.onshape.com/documents/9… (View Post)13 -
Re: Please help me: `deterministicIds` DO NOT in ALL ids returned by `qeverything()`
» But I found that the deterministicIds in chamfer or fillet cannot be found in this way, so I can't resolve the edges or faces referenced by chamfer or fillet operations. Why does this happen? How s… (View Post)1