Novedades de

Foro de usuarios de SOLIDWORKS

Donde los usuarios de SOLIDWORKS descubren, interactuan y comparten información sobre 3DEXPERIENCE Works y SOLIDWORKS para escritorio, con conexión a la nube o completamente en la nube.

Inicie sesión con el ID de 3DEXPERIENCE.

Categorías:
Ordenar:
Need custom property from each sheet to show on the first sheet of drawing. The problem I am having is that it pulls from the "Default" view and not independent per sheet. SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Title says it all. I am using Inventor terminology when I say 'consumed'. This means that the sketch is not utilized by a feature, and exist as itself in the feature tree. Inventor has an easy way to check, with a Boolean property sketch.Consumed.
SOLIDWORKS User Forum
3 años hace
Hello community, has anybody a SolidWorks Marco to - delete all of the GeometricToleraceSymbols, and to - delete all of the DatumTags on a drawing? Thanks for support Dietmar SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
I am trying to retrieve the hardness property from the material specific properties and add it to the configuration specific properties using a macro either in SolidWorks API or in the built in macro editor. I am not sure if it is even possible but any help would be appreciated. SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
any one can help me ,How to setting a part of file name link to the file property? thank you very much. for example , fliename is "R.125.212 Stop Part", and i want to get "R.125.212" link to my file property. SolidworksApi/macros
SOLIDWORKS User Forum
3 años hace
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 años hace
Is there a method to get which "Standard" the selected display dimension is derived from when it was created with the Hole Wizard? For example, if I click on a M6x1 callout, can I tell from the Display Dimension object I'd select on the drawing if it was made using ISO or ANSI Metric or the like? SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
I would like to move all views to the center of the sheet after changing paper size e.g. from A4 to A3. I am looking for a macro to achieve this. SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
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 años hace
I'm trying to use the Solidworks API to automate saving .sldprt with several configurations out to separate .dxf files. Does anyone have an example of how to do this? SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Hi, In this blog article I'm evaluating different methods of creating a progress bar when running the long operations in the macros or add-ins and compare the performance between them. You might want to use progress bar to improve the experience for the users of your macro or add-in. Thanks, Artem SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Hi, Library of hundreds of SOLIDWORKS macros, SOLIDWORKS API, and programming tutorials at www.codestack.net is now open-source and hosted on GitHub. If you want to contribute by modifying existing articles and code snippets, submitting new ones, reporting errors and bugs etc. please follow this blog post for more information. Thanks, Artem SolidworksApi/macros
SOLIDWORKS User Forum
3 años hace
Goodmorning everyone. Is there a way to set the parameters of a Hole witzard specific for each configuration? I should create a macro that sets different hole sizes based on the configuration. Thanks in advance for the help.
SOLIDWORKS User Forum
3 años hace
How to resize (larger) the ref. dialog box to see the whole path of the dll library or other trick to get the full path of the file SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Hi, in VBA my code works fine. I can read the custom properties from SolidWorks file. In c# i get the error swDmDocumentOpenErrorFutureVersion. I installed DM API from 2018, my key is from 2018 (same key used in vba), c# is debugged for "Any CPU" and 32 bit is enabled.
SOLIDWORKS User Forum
4 años hace
Hello every one I want to ask you some quetions about solidworks Macros to create amacro to fill header fields from properties of the 3D-file, and from current date SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Is there a way to remove a file from an assy using the Document Manager API? SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Hi, I have published a blog post which introduces to the techniques of rendering custom graphics in the SOLIDWORKS model using OpenGL: Rendering OpenGl graphics using SOLIDWORKS API This can be useful if you need to render high performance geometry which doesn't interact with native geometry, e.g. preview, simulation, red lines, etc. Thanks, Artem SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Hello, How can write a macro for saving selected sheet as PDF with "Filename_Sheet name_Date_Revision"? Thanks in advance SolidworksApi/macros
SOLIDWORKS User Forum
3 años hace
Hi, I have a flat-pattern feature selected in the flat-pattern folder of a sheetmetal part. Now I would like to select the cut-list body folder of that feature to get the custom properties out later. Any ideas are welcome thanks! SolidworksApi/macros
SOLIDWORKS User Forum
3 años hace
Option Explicit Dim swApp As SldWorks.SldWorks Dim swModel As ModelDoc2 Dim sketch As sketch Dim feature As feature Sub main() Set swApp = Application.SldWorks Set swModel = swApp.ActiveDoc swModel.SketchManager.InsertSketch True Set sketch = swModel.SketchManager.ActiveSketch Set feature = sketch MsgBox feature.Name End Sub ' i want to get the name of active sketch/ feature; SolidworksApi/macros
SOLIDWORKS User Forum
5 años hace
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 años hace
When I do a change in part/assebly sometimes it updates the Thumbnail, sometimes no. Is there a way to force the update of the thumbnail? SolidworksApi/macros
SOLIDWORKS User Forum
4 años hace
Does anyone know if there is VBA code to adjust the length of this kind of dimension in a drawing? Thanks in advance. SolidworksApi/macros
SOLIDWORKS User Forum
3 años hace