CONVERT2D |
Scroll |
Available as of 2019.0.340.
Converts 2D files to 2D files.
KAS.exe CONVERT2D <INPUT> <OUTPUT> <FORMATS> |
Parameters |
Description |
---|---|
INPUT |
Directory path and file name of the input file |
OUTPUT |
Directory path and file name of the output file(s) For single format, the file must include the file extension. For multi format, the extension will be added. |
FORMATS |
Use comma for separation when using multiple formats: 3DVS |
Examples:
"C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT2D "D:\Test.dxf" "D:\Test" "3DVS,PDF" "C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT2D "D:\Test.dxf" "D:\Test.3dvs" "3DVS" |