No. I meant the SwCSharpAddin. Part of the API that comes with Solidworks.
You can see the picture attached. In this case is a Macro to review the code or to saveas some part or assembly to reuse in other project. The drop box are automatic filled with the folder names in the server. It's...
I'll try to explain better, Sorry for the lack of information.
I want to make an Add-in using the wizard like in using the SolidWorks C# Add-in Template and I can do Whatever I want using the API , but i Have a hard time to reuse it in another computer, the only way I can do it is installing...
Hi everyone,
Can someone point me the right direction? I can make an PMP from the wizard and do whatever I want to but I can't install on other computers. and installing visual and compiling on every computer doesn't seems a good thing. If someone could change the wizard and include the...
I Made it work, I just replace the Jet to ACE in the provider and it work! :D
I don't know how i can make it useful and easy to find but I had a real headache trying to make it work.
Hi all.
I'm upgrading to solidworks 2014 but I must connect to a Access file first and I'm getting a "Provider not found" error '3706' in the last line of the code.
I needed to add PtrSafe in the code so the rest is working, but the code below aren't.
I change the...
Hi everyone. I use to program in vba and i'm changing all macros to C#, I could just translate the code using the same logic but when I did it the first time i was very noob, I use string function Mid, Left, Right for almost everything. It works but is really ugly. I need to save as parts and...
Hi , I want to get a external reference configuration name of a derivated part and put it in a custom property. I used this code to print properties of external references..
'-------------------------------------------
' Preconditions:
' 1. Open an assembly or part document.
' 2. Select:
'...
I want to save all the bodies from a part even if there are body-folders created when you update the cutlist in a welded structure.
In the example given by the help it works if you exclude the cutlist and all the body-folders are removed.
Is there anyway? I try to merge the values of...
All data from here is store in a single server, besides this problem it work's great, it does automatic backups, access control, internet firewall and it will never be infected by virouses. I can make a second file server only for Solidworks users but I really want to try this single solution.
How to set samba configuration to work propery with solidworks' locks? I have windows stations working with a Linux/Samba server, sometimes something happens and the conection is lost(Solidworks stop working and I need to close it for exemple), then all opened files will not save anymore and I...
uhuuuuuuuuuuuuuuuuuuuuuuuu \o/
Yes I am happy and yes there is a conversion problem..
All I have to do is make the base parts again but those are very easy to do...
Thank you a lot!!!!!
:)
I Use it to create new parts via API. I open some custom parts eatch with his own drawing already made. I don't see how can I use in assembly this way. The idea is to automate the process of creating parts, it acess a data base to get a newcode and the weldment profiles to change "Base Parts" I...