Saving in STEP format using macro
Saving in STEP format using macro
(OP)
Hi all
I want to run a Macro , that when I have a .sldprt open , it saves the file in STEP format in a particular folder, using its own name. at the moment I have this file , but it can be used only for one file name
Sub main()
Set swApp = _
Application.SldWorks
Set Part = swApp.ActiveDoc
longstatus = Part.SaveAs3("E:......\STEP\13F01020.STEP", 0, 0)
End Sub
I want to run a Macro , that when I have a .sldprt open , it saves the file in STEP format in a particular folder, using its own name. at the moment I have this file , but it can be used only for one file name
Sub main()
Set swApp = _
Application.SldWorks
Set Part = swApp.ActiveDoc
longstatus = Part.SaveAs3("E:......\STEP\13F01020.STEP", 0, 0)
End Sub






RE: Saving in STEP format using macro
since I found the one that does this , but a Macro that could open the file from it's source , and save it in another folder automatically for all the files of that folder
is this possible ?
RE: Saving in STEP format using macro
Or, is there another step that you want to do that I don't understand.
Chris, CSWA
SolidWorks '15
ctophers home
SolidWorks Legion
RE: Saving in STEP format using macro
RE: Saving in STEP format using macro
Chris, CSWA
SolidWorks '15
ctophers home
SolidWorks Legion
RE: Saving in STEP format using macro
There is an easy way to do this using #Task (SharpTask).
The link gives you a much better idea on this tool
https://cloud.centralinnovation.com.au/WebSharpSwT...
The attachment is a guidelines for its installation.