I have got a macro, see attachment.
This macro exports my SolidWorks drawing to : *.dxf and *.pdf
Can some one help me with 2 new macros:
- One that will to : *.dwg, *.dxf and *.pdf (dwg that can be read in AutoCAD)
- One that will to : *.dwg, *.dxf and *.pdf and *.STEP(of the 3d file), so everything in one go
If 2 is not possible, but I think it is, I would like a macro that exports to STEP.
Who would be so kind to help me with this? I am not a programmer and really don't know what to do, Have looked at is, but I get totally confused in what to add/change in the macro. Sure there is someone around here that can do it in 2 clicks.
Thanks in advance.
Hi
I added condition
If active document is a drawing then it is saved to pdf, dwg, dxf
else if document is part or assembly then it is saved to STEP
Hence, the same macro will behave differently depending on active document.
Hope this helps
Regards
Viktor