I want to make some automated processes in a add in for solidworks called SigmaTube.
How do i get access to features in add ins?
How to getting access to and use features in other AddIns
Re: How to getting access to and use features in other AddIns
You have to ask SigmaTube.
Re: How to getting access to and use features in other AddIns
Okay Josh, I will try
Re: How to getting access to and use features in other AddIns
You can use ISldWorks.GetAddinObject to access commands in another Add-In but, as Josh has commented SigmaTube would need to expose the commands to allow you to call them.
https://help.solidworks.com/2022/englis ... Redirect=1
https://help.solidworks.com/2022/englis ... dd-ins.htm
https://help.solidworks.com/2022/englis ... Redirect=1
https://help.solidworks.com/2022/englis ... dd-ins.htm
Re: How to getting access to and use features in other AddIns
If you program, you already know that the only publicly available functions are the ones you make public.
- AlexLachance
- Posts: 2177
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2355
- x 2010
Re: How to getting access to and use features in other AddIns
Most likely someone with limited programming knowledge, sort of like me, that is able to create mini macros and sometimes correct minor programming errors.
Most likely he's never developped something from scratch before and now is trying to.