工程图

结果 1-10(共 45)
< 上一页12345下一页 >
每页的结果:
说明
This is very useful when making balloons for large BOMs. As we all know the AutoBalloon is lackluster at best and will miss many balloons, but sometimes for complicated assemblies it's difficult to "Where's-Waldo" exactly which balloons are left to re-insert.
类别
提供人
公司
aazar Engineering
下载
1
添加于
14 10月, 2025
说明
🔧 Macro Name: Batch Save As Previous Version (Ask per File)✅ PurposeThis macro is designed for batch converting SolidWorks files to a previous version, such as SolidWorks 2025 → 2024. It processes all .SLDPRT, .SLDASM, and .SLDDRW files in a selected folder (and its subfolders), asking the user before converting each one.This is useful when you need to:Share files with users on an earlier version of SolidWorks.Archive backwards-compatible versions of files.Downgrade project files for compatibility.🛠️ Core Features✅ Recursively scans folders and subfolders for SolidWorks files.✅ Prompts user for each file:Convert / Skip / Cancel.✅ Converts files to previous SolidWorks versions using the Advanced Save As options.✅ Adds a configurable prefix/suffix to the converted filenames.✅ Maintains references and structure via Advanced Save As options.✅ Converts silently (without opening dialogs) and logs success/failure in the Immediate Window (Debug.Print).📁 How It Works (Step-by-Step)1. Initialize and Ask for FolderWhen run, it prompts the user to select a root folder containing the SolidWorks files.If no folder is selected, the macro exits.2. Process Each Folder/FileThe macro recursively scans the selected folder and all subfolders.For each file with the .sldprt, .sldasm, or .slddrw extension:It prompts the user:✅Yes → Convert the file.❌ No → Skip the file.🚫 Cancel → Stop the whole process.3. Convert the FileIf the user chooses to convert:Opens the document silently via OpenDoc6.Prepares AdvancedSaveAsOptions:Sets SaveAsPreviousVersion to target the previous SW version.Sets SaveAllAsCopy = True to avoid overwriting originals.Applies a suffix (default: _2024) to the new filename.Saves the file using SaveAs3.Closes the document after saving.4. Finish/StopContinues until:All files are processed, orThe user cancels the batch via the Cancel prompt.⚙️ Configuration OptionsAt the top of
类别
提供人
公司
Slotex
下载
2
添加于
3 10月, 2025
说明
未提供任何内容
类别
提供人
公司
Midwest Machining Solutions
下载
160
添加于
7 4月, 2025
说明
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
类别
提供人
公司
Mersen
下载
379
添加于
18 9月, 2024
说明
Introducing our Dimension Alignment Macro for SolidWorks – a time-saving solution that streamlines your drawing workflow by automating the alignment of all dimensions with a single click. This user-friendly tool enhances efficiency and consistency, eliminating the need for manual adjustments. Customize alignment preferences effortlessly and achieve a polished, professional look across all your SolidWorks drawings. Download and integrate this macro into your workflow today to experience a seamless and time-efficient dimensioning process, allowing you to focus more on your design creativity.
类别
提供人
公司
Immersiv Technologies
下载
1290
添加于
13 1月, 2024
说明
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
类别
提供人
公司
PICCOLO ENG
下载
978
添加于
2 9月, 2023
说明
This macro works with an open drawing file, the drawing file must contain a drawing view. In order for the macro to save the files with the name and revision, the revision custom property must be inserted in the 3D model. or in 2D Drawing.
类别
提供人
公司
PICCOLO ENG
下载
167
添加于
24 8月, 2023
说明
The macro to save only the part files as .step, this serves as a security measure so that huge assemblies are not saved and end up crashing the program.
类别
提供人
公司
PICCOLO ENG
下载
127
添加于
24 8月, 2023
说明
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.
类别
提供人
公司
PICCOLO ENG
下载
258
添加于
14 8月, 2023
说明
this macro save as PDF, DWG, save the current draw in the Current Working Directory and close the active document.
类别
提供人
公司
123
下载
510
添加于
18 5月, 2023