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.
Export Parasolid of Assembly from API?
luis_trueba
Member, Developers Posts: 9 ✭
Hey everyone,
I'm trying to export an assembly into a single parasolid file using API calls. The initial idea that I had was to download the individual part studios' parasolids, and then using the transform data from GetAssemblyDefinition to transform the parasolids before merging, but was wondering if there was a simpler way to accomplish this, as I had thought that there would be a simple option to export the geometry data from an assembly.
Does anyone have any advice on whether I'm approaching this efficiently?
I'm trying to export an assembly into a single parasolid file using API calls. The initial idea that I had was to download the individual part studios' parasolids, and then using the transform data from GetAssemblyDefinition to transform the parasolids before merging, but was wondering if there was a simpler way to accomplish this, as I had thought that there would be a simple option to export the geometry data from an assembly.
Does anyone have any advice on whether I'm approaching this efficiently?
Tagged:
0
Best Answer
-
luis_trueba Member, Developers Posts: 9 ✭Resolved. I just learned of the existence of the "Create Translation" post request.0
Answers