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.
Is it possible to design 3rd part plugins?
thales_maia
Member Posts: 10 EDU
In my classes, I use onshape as a (pre)pre-processor for finite element analysis. After drawing the model I export for another software to work with.
Is it possible to couple the design with my program? First idea is just use local python. Second idea is use some "developer space" inside onshape and design my own fem.
I couldn't find any visible location to make that. Is is possible? If so, where can I read more about it?
Best Answers
-
Matt_Shields
Member, Onshape Employees Posts: 778 PRO
Not exactly clear what you're trying to do, but yes, Onshape enables 3rd party apps.
0 -
Paul_J_Premakumar
Member, Onshape Employees Posts: 235
@thales_maia : You can develop apps to work with Onshape. Documentation is here : https://onshape-public.github.io/docs/app-dev/
1
Answers
Not exactly clear what you're trying to do, but yes, Onshape enables 3rd party apps.
https://onshape-public.github.io/docs/
I'm sorry for not making myself clear. One question you've answered. I will use REST API to communicate with my local python program.
The second one is: in order to transform my program into a onshape app, do you have any SDK? If not, API is still the way to go?
@thales_maia : You can develop apps to work with Onshape. Documentation is here : https://onshape-public.github.io/docs/app-dev/