CONVERT |
Scroll |
Converts assemblies and monolithic 3D files to monolithic 3D files.
KAS.exe CONVERT <INPUT> <OUTPUT> <FORMATS> |
Optionally, the original files can be collected and saved to one collection with the parameter COPY_REFERENCED_FILES.
KAS.exe CONVERT <INPUT> <OUTPUT> <FORMATS> COPY_REFERENCED_FILES <COPY OUTPUT> |
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, no file extension will be added, if you want one, you have to include it in the file name. For multi format, the extension will be added. |
FORMATS |
Use comma for separation when using multiple formats: 3DVS 3MF ACIS FBX GLTF IFC IGES JT OBJ PARASOLID PDFPRC PRC STEP STL U3D VRML VSXML |
Examples:
"C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT "D:\Test.prt" "D:\Test" "3DVS,PDFPRC" "C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT "D:\Test.prt" "D:\Test.3dvs" "3DVS" "C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT "D:\Test.prt" "D:\Test.3dvs" "3DVS" COPY_REFERENCED_FILES "D:\Copies_of_original_files\" |