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: 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 -
Re: Please help me: `deterministicIds` DO NOT in ALL ids returned by `qeverything()`
Hi jiahao_lee103, The "deterministicIds" i.e. "deterministicIds": ["JHW"] in the response , is the result of evaluating the query in the queryString. You can directly us… (View Post)1 -
Re: Please help me: `deterministicIds` DO NOT in ALL ids returned by `qeverything()`
If you want the queryString referenced in features, it maybe simpler to get the list of features & extract the queryStrings from the features. The transientQueriesToStrings method will return the… (View Post)1