Search found 9 matches
- Sat Sep 28, 2024 4:08 pm
- Forum: Macro Library
- Topic: Auto workshop drawing creation from Assembly of sheetmetal parts.
- Replies: 2
- Views: 412
Auto workshop drawing creation from Assembly of sheetmetal parts.
Hello Everyone, I am currently working in the production of sheet metal parts and have several assembly models that include both sheet metal and solid components. I am looking for a MAcro that would generate detailed drawings for each individual sheet metal part, where each part is presented on an A...
- Wed Sep 18, 2024 1:32 pm
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
Hi Omur, I tried implementing this, but it doesn’t seem to work with my assembly the way it does with yours. I’m not sure what the issue is. In my case, the assembly itself doesn’t have a custom property for engraving—only the individual parts within the assembly do. This might be the reason, but I ...
- Thu Sep 05, 2024 8:15 am
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
Hi Omur, With this code i am trying to separate items in project folder. the "Fistfivechars" is actually the item number. So, I already have a folder "DXF" inside "Desktop/temp" defined ..I want when i run the code, the code should check & if not existing then creat...
- Wed Sep 04, 2024 8:46 am
- Forum: Macro Library
- Topic: Macro to save bodies into individual SOLIDWORKS part documents using a custom property as file name
- Replies: 3
- Views: 1983
- Tue Sep 03, 2024 7:13 pm
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
Hi Omur, The code works fine and create folder with "firstfivechars" when I run it on single part. But when i Run it on an assembly then it miss to create folder with "firstfivechars". In my case every sheetmetal part in assembly has an engraving no. in custom property for eg. pa...
- Mon Sep 02, 2024 4:56 am
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
Thank you very much for your help. I will try to adjust the code as you suggested.
- Mon Aug 26, 2024 5:42 pm
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
Hi Ömür, Your code works amazing. Thank you very much!! I saw it was downloaded 25 times insingle day, so this helped many users in need. I have few more request if you can help with your expertise - 1) In my case i do not need any userform, by default 2nd & 3rd options are applicable. 2) i want...
- Thu Aug 22, 2024 12:39 pm
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
@Ömür Tokman - Thanks a lot for such awesome code. Is it also possible to insert text inside part in DXF from custom property ? In my case i have Part engraving number in custom property which I have to manually insert as Text (yellow layer) in DXF everytime. Which later on laser marked on Part as &...
- Thu Aug 22, 2024 10:27 am
- Forum: Macro Library
- Topic: Adding quantity and thickness to the name while saving the file
- Replies: 21
- Views: 6206
Re: Adding quantity and thickness to the name while saving the file
The Macro "Omur DXF Export.swp" works perfectly. Is there any way to also save .Step files together while saving DXF's ?