Description This extremely useful SOLIDWORKS macro helps you manage your design files by automatically updating custom properties and saving models with a new file name to a user-specified folder. With the custom properties and save as macro for SOLIDWORKS, you
Description This macro for SOLIDWORKS automates a repetitive and frequent task for engineers: changing and exiting sketches. Following the provided code, it is capable of automatically determining and adjusting the view to normal for an active sketch or exiting the
Overview This macro allows you to open a part in an assembly quickly using a single command. To work more efficiently with SOLIDWORKS editing parts, assign this macro a key shortcut on your keyboard (e.g., the ‘O’ key). This will
Overview This SolidWorks macro for automated cylinder array generation fully automates the creation of a linear array of cylinders in a SolidWorks part document. To gather user-defined parameters, the macro uses a graphical user interface (GUI), which includes radius, height,
Description This SOLIDWORKS VBA macro is a valuable resource for engineers, designers, and manufacturers who need fast, accurate measurements for packaging, material stock, and CNC machining setup. The macro will calculate exact bounding box measurements based on the part geometry.
Description This macro automates the process of toggle solid body visibility in a SOLIDWORKS model. It works by programmatically selecting the “Solid Bodies” folder (named “Corps volumiques” in French) and then using the HideBodies and ShowBodies methods. This macro is