-
Don't know why mateCS behavior different than expected.
I got a mate located here. How can I then get the location of the mate in the world coordinate system? Also, It seems in the occurrence's coordinate system, the mate is not at the origin but the API gives "origin" : [ 2.5117617568793384E-18, 0.0, 0.0 ]", why this is not the case that the mate location is relative to the…
-
Access to API methods from feature script
Hi, all. I recently began to learn the feature script. And I have such a question. Is it possible to get access to api methods in a feature script?
-
Is there a way to get specific information of a mate from API?
Is there a way to get how a mate limit two different parts from API? Like which axis the mate will constraint and how much freedom are allowed on each direction?
-
Using Webhooks for Part Translation
I see once you submit a translation job through the API, there are two options;1-If the requestState is ACTIVE, the translation can be polled until the state becomes either DONE or FAILED. 2-Alternatively, a webhook callback can be registered for notification of translation completion.Now, I've successfully attempted the…
-
Using partQuery in FeatureScript to retrieve parts
Hi, I noticed the "get parts in PartStudio" returns a partQuery that looks like below: "partQuery":…
-
Evaluate existing FeatureScript using API
I understand the 'Evaluate FeatureScript' endpoint takes in "script" and "queries" in the body of request for API call and I have had some luck using the API this way.But I keep thinking there should be a way to reference an existing FeatureScript that lives in a document. Does anyone have any experience doing this?…
-
Is it possible to download STEP file from API?
Is it possible to download STEP file from API?
-
Updating model geometries from external website
Hi everyone! I was wondering if this is possible / are there any examples or recipes for anyone trying to do the following: Let's say I have a model whose dimensions are parameterized by a few defined variables. Let's say folks will want to easily change these dimensions - say by using a web app. Optionally, maybe they…
-
Is there a way to get the local transformation matrix instead of the global one?
Is there a way to get the local transformation matrix instead of the global one in the Assembly API?
-
What is a matedCS?
In the queries of assembly API, there is a field in the featureList called matedCS, what exactly is a matedCS? Is that the location in the world coordinate system of the mate connector's origin?
-
What is the transform field in the occurrence field when I query the assembly API doing?
What is the transform field in the occurrence field when I query the assembly API doing? The transformation matrix is exerted on which matrix I can query from? Are there anyways that I can see the location of the mate connector in the coordinate system that can tell me in what ways are the parts or subassemblies are…
-
Question about how to see which two parts mateConnector connects by using the OnShape API
I'm curious about how to see which two parts mate connector connects by using the API provided by OnShape. So when I get the features list from API, I cannot find a property in that json file that can represent the two parts that the mate connector connects.
-
APIs for drawings
Is there a way to use the Onshape API with drawings (export to pdf, create drawings, etc.)
-
Add part to studio or assembly
I have a partner platform where the user will be able to copy a part from one document to an assembly in another. I can't quite seem to figure out the correct process to do this through the APIs. Is this just adding a feature?
-
Integration
Hello everybody, I am new in Onshape but I found this product already amazing. I have however a question regarding the app. My understanding is that everybody can create an app a propose it to the community but I do not understand how to create an app .Basically my intention is to call external web services in the APP…