codestack
codestack copied to clipboard
Library of SOLIDWORKS API, SOLIDWORKS PDM API, VBA and Desktop code examples, applications macros and tutorials.
The methods described in https://www.codestack.net/solidworks-api/import-export/export-multi-formats/ were extremely helpful. But can you explain how I can export 3 views of a part in single file? I am using PartDoc.ExportToDwg method. Even...
Your macro to rename a cut list item is very helpful: https://www.codestack.net/solidworks-api/document/cut-lists/rename-cut-list-items/ But could you please let me know if there is a way to take that string "__" and...
Hello everyone, I have just came across your below script. https://www.codestack.net/solidworks-api/import-export/export-multi-formats/ I am a very heavy solidworks user. and would like to thank you for the script, it works great...
**Issue**: I noticed an issue in the https://www.codestack.net/solidworks-api/geometry/transformation/get-coordinate-system-transform/ webpage. You can verify this issue by measuring the transform a Coordinate System that matches the SolidWorks Part coordinate system. Since no...
Hope someone can help me as I'm looking for this for years now. We rename the folders under the Cut List by slowly double clicking it and renaming it manually....
Would like a macro that can extract custom properties in a drawing. eg. I have a folder of 100+ drawings. I want to extract drawing no. revision drawn by date...
A script that works like this (see below) would be nice and save me a lot of clicks and copies. I have found a script that can do step 1-3...
Hello, I would like to start off by saying thanks for sharing so many useful macros for Solidworks, it has saved me countless hours of clicks and pain. I am...