From 9f5316c4ecb4ab5e6a48b252e274341f83158803 Mon Sep 17 00:00:00 2001 From: andrMollo <119691950+andrMollo@users.noreply.github.com> Date: Mon, 29 May 2023 16:04:30 +0200 Subject: [PATCH] Changed output parameter name Changed the output parameter name from `-output` to '-outdir` in the example to be coherent with the C# code --- edrawings-api/output/export/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edrawings-api/output/export/index.md b/edrawings-api/output/export/index.md index cdc0caa0..86bc921f 100644 --- a/edrawings-api/output/export/index.md +++ b/edrawings-api/output/export/index.md @@ -37,7 +37,7 @@ Please see below example of parameters * Export all SOLIDWORKS files (matching the filter *.sld*, i.e. extension starts with .sld) from the *SW Drawings* and *SW Models* folders in drive C (including sub folders) to the *C:\EDRW* folder in eDrawings format (.eprt for parts, .easm for assemblies, .edrw for drawing) and html format. ~~~ -> export.exe -input "C:\SW Drawings" "C:\SW Models" -output C:\EDRW -filter *.sld* -format .e .html +> export.exe -input "C:\SW Drawings" "C:\SW Models" -outdir C:\EDRW -filter *.sld* -format .e .html ~~~ * Export *C:\Models\Part.sldprt* into *C:\Models\Part.eprt*