Macros con la evaluación más alta

Resultados 21-30 de 50
Resultados por página:
Descripción
when the macro is run a form will appearinput the desired folder location of the drawings you wish to save as pdf. A small line of text below the folder to open field will indicate if any slddrw files were detected.in the save to folder paste the desired save to folder for all PDF files to be saved.optional; if you wish to put a prefix or suffix to the saved PDF file put he text in the corresponding input fields.click ok to run the macro. A progress bar will appear showing the user the current status of running the macro. The marco will open a SLDDWG file then save as a pdf and close the file. It will repeat over all SLDDWG files in the desired folder
Categoría
Contribuido por
Compañía
Mersen
Descargas
242
Agregado el
18 sep., 2024
Descripción
This macro automates the process of saving SolidWorks drawings, their associated 3D models, and managing custom properties based on certain criteria. Users can use this macro to streamline their workflow when working with SolidWorks drawings.1-Check if a Drawing is Open: The macro starts by checking if a drawing document is open. If not, it displays an error message and exits.2-Get Drawing Information: It gets information from the opened drawing, such as file path.3-Check and Create PDF Folder: It checks if a folder named "PDF" exists in the same directory as the drawing file. If not, it creates the folder.4-Get the Second View: It gets the second view in the drawing (if available).5-Get Custom 2D Drawing Properties: It attempts to get custom properties like "Draw number," "Description," and "Revision" from the drawing.6-Get 3D Model Properties: If the 2D drawing properties are not set, it attempts to get these properties from the referenced 3D model.7-Check for Empty Properties: It checks if any of the properties (drawNumber, description, revision) are empty. If they are, it displays an error message.8-Generate File Names: It generates file names for PDF, DWG, and STEP files based on the properties.9-Save Drawing as PDF: It saves the drawing as a PDF file in the "PDF" folder.10-Check PDF Saving Success: It checks if the PDF file was saved successfully.11-Check and Create DWG Folder: It checks if a folder named "DWG" exists in the same directory as the drawing file. If not, it creates the folder.12-Save Drawing as DWG: It saves the drawing as a DWG file in the "DWG" folder.13-Call SaveModelAsSTEP: It calls the SaveModelAsSTEP subroutine to save the referenced 3D model as a STEP file if it's not an assembly.14-SaveModelAsSTEP Subroutine: This subroutine checks if the document is a part (not an assembly), edits and rebuilds the 3D model, and then saves it as a STEP file in the "STEP" folder.15-IsDrawing and IsAssembly Functions: These f
Categoría
Contribuido por
Compañía
PICCOLO ENG
Descargas
849
Agregado el
2 sep., 2023
Descripción
This macro, when launched in the design environment, will create subfolders within the directory where the files are, and will save the design as .pdf and .dwg, it will also save the file associated with the design file as .step, if the file has a revision the files will be saved with the revision exponent. Finally, all files will be saved in their respective folders.
Categoría
Contribuido por
Compañía
PICCOLO ENG
Descargas
227
Agregado el
14 ago., 2023
Descripción
this macro save as PDF, DWG, save the current draw in the Current Working Directory and close the active document.
Categoría
Contribuido por
Compañía
123
Descargas
451
Agregado el
18 may., 2023
Descripción
When SW session ends, you will be asked if you would like to use your SOLDWORKS on another computer instead of this one. If a user answers yes, then either a message on how to deactivate SW is displayed or the SW Activation Wizard is launched. Updated 2/16/2022 and tested on Windows 10 with SW2020, SW2021 and SW2022. Should work with all releases from SW2012 forward.
Categoría
Contribuido por
Compañía
Dassauly Sytemes
Descargas
202
Agregado el
16 feb., 2022
Nombre
Descripción
Selects parent assembly of the selected assembly component. Useful when paired with the "Open Selected" or "Cycle References" macro along with keyboard shortcuts.
Categoría
Contribuido por
Compañía
.
Descargas
151
Agregado el
14 jul., 2019
Nombre
Descripción
Opens the selected assembly/drawing component in a separate window. Also works on imported part bodies. Useful when paired with the "Select Parent" macro along with keyboard shortcuts. If no compatible component is selected, macro will launch the File-Open dialog.
Categoría
Contribuido por
Compañía
.
Descargas
168
Agregado el
14 jul., 2019
Descripción
Sometimes you need a placeholder for consumables, or other items that you don't model so that they show up on your BOM. This macro creates a little part; A rectangle with a part number on it's face, and adds 3 custom properties to it: Part No., Author, and BOM_Description.You can then insert it into your assembly, and make it virtual, so you have something to Fill in your BOM for those odds and ends.You can edit the macro to rename the fields to match your BOM structure.
Categoría
Contribuido por
Compañía
Mountain Electronics
Descargas
413
Agregado el
21 jun., 2019
Descripción
This macro toggles the exploded view state of the active assembly configuration. If no exploded view exists, then no action is performed. If an exploded view does exist; the macro detects if it is in an exploded state, and if so, the macro will collapse the view. If the macro detects the view is in a collapsed state, the macro will explode the view. For assembly documents only. If more than one exploded view exists per configuration, this macro will only interact with the first exploded view. Use the bitmap and place the macro on the S-Key of the SW GUI.
Categoría
Contribuido por
Compañía
Dassauly Sytemes
Descargas
229
Agregado el
17 nov., 2017
Descripción
This macro was created to help NC Programmers utilize a SOLIDWORKS part model that has read-access only. This macro inserts the read-only engineering model into a read/write manufacturing part model that allows the NC Programmer to create tool-paths and maintain associativity to the engineering model. This is helpful for any Gold Solution NC Programming partner that stores their manufacturing data inside a SW Part (such as CamWorks). This technique is useful when NC Programmers have read-only access to the engineering model within PDM. This macro also has a .bmp included so it can be customized as a button with the SW UI.
Categoría
Contribuido por
Compañía
Dassauly Sytemes
Descargas
349
Agregado el
8 may., 2017