Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
RBRAJADURAI B30/07/2024
Dear forum members,
I have a codeblock to save .SLDPRT files to .step files. but without any reason it is not working on some machines (working fine with other machines)
============CODE BLOCK============
int errors = 0;
int warnings = 0;
bool saveResult = this.swModelDoc.Extension.SaveAs2(filepath.step, (int)swSaveAsVersion_e.swSaveAsCurrentVersion, (int)swSaveAsOptions_e.swSaveAsOptions_Copy, null, "",