I am a Masters' student cuurently working on my thesis on developing a design assistant for solidworks. The objective is to design a virtual assistant for the CAD softwares like SOLIDWORKS to prompt the next design steps based on the previous data history of designing steps for a particular product. Can someone please give me links or guide or assist me regarding this project? SolidworksApi/macros
Hello all. I'm loooking for a VBA macro to copy custom props to all configuration, but with no luck... There is someone that has it? Or some advice to write it?
Macro to create basic three views (front, side and top) and iso view in drawing sheet with appropriate scale? Is there any such macro is available? SolidworksApi/macros
Does anyone know why this command doesn't work? Sub UserForm_KeyDown(ByVal KeyAscii As MSForms.ReturnInteger, ByVal Shift As Integer) Select Case KeyAscii Case 13 'enter key addBtn_Click 'ase 39 'right arrow skipBtn_Click Case 27 'escape key Unload Me Case Else End Select End Sub thank SolidworksApi/macros
Good morning all, I use multi-bodies a bunch. It is quite tedious to chase down a cut list folder->RMB->Properties. I can write the code bit that will find a cut list folder, but the command to open the dialog box is quite elusive. Is it even possible?
Hi Guys: Do you attemped to get the location of assembly using api "(double[])swMateEnt[i].EntityParams". I tried this api and get the location of an assembly via the first three numbers.
Hi to everyone and a happy new year.I am trying to pass a value in a "Textbox" from "OnSubmitSelection" event from PMPHadler but i have nothing .This is the code Dim ex As New FEditDox ex.TBEditBoxDepth.Text = "200" Return True The "FEditBox " is a form Can anyone tell me why i can't pass the value into the " TBEditBoxDepth.Text" control? Regards Kostas SolidworksApi/macros
Hi, I wrote a macro that converts the .step file to the sheetmetal using the InsertConvertToSheetMetal2 command however the command does not collect the bends and not allow me to assign a bend deduction value automatically set its default just as K-factor. Is there anything that you can help ? Thanks in advance. SolidworksApi/macros
How can I get the customer property file name which linked to SW part file when file opened appeared on right task panel automatic SolidworksApi/macros
The problem is when i read component‘s customInfo,i need to use GetModeDoc2(). if the function return null,i need to open the file.But if the file have too many component,the memory will broken down .So Is there have anyway to release memory?I try to use modelDoc2.close() and Swapp.closeDoc("**").they have do nothing.I see the documentManager but i haven't the lisence. SolidworksApi/macros
I test a PropertyManagerPage macro. I want to use PropertyManagerPage as inputing interface. User can adjust parameter ,click OK and transfer parameter value to Sub main to operate. But I can not get a way to do this.
Is it possible to obtain the value of a custom property within the assembly, without having to open it? I have a macro that gets the property value, but have to open each component to get it. If there was a way to get it without having to open the component it was much faster and makes it a lot easier. I embrace any help.
Hi, is it possible to make a VBA program that would generate a list of all dependant drawings (dependant on root assembly and specific configuration)? Did anyone do this kind of project? SolidworksApi/macros
Hello all, I currently have what I need working, BUT It only shows the files that I have recently opened. The files that have been cached to my machine are the ones I can accress. Does anyone know of a way to Cache All files in the Vault to my local drive without having to go and open every single 1? SolidworksApi/macros
One more feather on the cap, SOLIDWORKS CSWP API Certified. Thank you for the guidance and support. Exam is available for everyone and currently the exam is on 50% discount, details here SOLIDWORKS CSWP API Discount SolidworksApi/macros