Nouveautés du

Forum utilisateurs SOLIDWORKS

L'endroit où les utilisateurs SOLIDWORKS peuvent découvrir 3DEXPERIENCE Works, s'impliquer et partager leurs connaissances sur SOLIDWORKS Desktop, la version connectée au cloud et la version pur cloud.

Connectez-vous avec votre ID 3DEXPERIENCE.

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
SOLIDWORKS User Forum
3 années il y a
How to create a Macro that when running appears a window with information of the surface area? Example SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
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?
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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?
SOLIDWORKS User Forum
3 années il y a
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.
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
hi,I want to get the faces of all the features of the part and select the faces that have been marked with colors, how to do ? SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
What is the api of this location, thank SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
Is it possible to create a macro with these filters? image attached. I need help. SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
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.
SOLIDWORKS User Forum
3 années il y a
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.
SOLIDWORKS User Forum
3 années il y a
If you are a Solidworks expert or a hardware company, check out HardwareStack.IO. SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
perhaps this macro is very old and it is not working anymore!! Someone know how to fix it for parts? SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
Hi I would like to know if there is a macro that copies all items from the custom properties to the clipboard. thank you SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
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
SOLIDWORKS User Forum
3 années il y a
I just wanted to share two articles I wrote on PDM API that I think will benefit a lot of people: Common must-know SOLIDWORKS EPDM add-ins errors for API enthusiasts A study card about variables in PDM API - Blue Byte LLC Thoughts? Let's discuss: Best, Amen www.bluebyte.biz SolidworksApi/macros
SOLIDWORKS User Forum
3 années il y a
Hello. I want to open a model, run a script and it adds several cameras to the model, and then renders from each image to a folder with the name of this model. I learned how to add cameras to the model, but now I need to understand how to render from these cameras. Please tell me.
SOLIDWORKS User Forum
3 années il y a