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.
mark_noyes 
Reactions
-
Re: POSSIBLE BUG: API UPDATE FEATURE CALL FOR VARIABLE
Please check out Example 2 in the Feature list API topic in the developer portal help. Several months ago the parameters in the assignVariable feature were changed incompatibly. You didn't include in… (View Post)2 -
Re: Execute FeatureScript using API and Python
As a high-level answer, your feature modifies the document by creating sketches and lofts. The Evaluate FeatureScript api can make calls such as these, but their effect does not persist beyond the en… (View Post)1 -
Re: Execute FeatureScript using API and Python
Hi, there are several issues to point out here. First, to address your question about eid, this is intended to be an elementId, which is expected to be the elementId of a Part Studio element in the d… (View Post)1 -
Re: Evaluate FeatureScript request returns empty BTFSValueArray instead of face.
It looks like the issue is related to the use of the sourceMicroversion parameter. The API is using that as the scope for evaluating your request. If that microversion does not identify a point in th… (View Post)2 -
Re: What's a complete API call to /partstudios/../featurescript look like?
First, you can find examples of complete featurescript evaluation calls in the developer portal help section (https://dev-portal.onshape.com/help) in the Feature list API section. In summary, the &qu… (View Post)1