CONVERT_AND_EXECUTE_XML |
Scroll | |
Available as of 2022.5.
Loads assemblies and monolithic 3D files, applies XML commands and exports monolithic 3D files.
KAS.exe CONVERT_AND_EXECUTE_XML <INPUT> <XML-API-FILE> <OUTPUT> <FORMATS> |
Optionally, the original files can be collected and saved to one collection with the parameter COPY_REFERENCED_FILES.
KAS.exe CONVERT_AND_EXECUTE_XML <INPUT> <XML-API-FILE> <OUTPUT> <FORMATS> COPY_REFERENCED_FILES <COPY OUTPUT> |
Parameters |
Description |
---|---|
INPUT |
Directory path and file name of the input file |
XML-API-FILE |
Directory path and file name of the xml file (XML API documentation: XML API...) |
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_AND_EXECUTE_XML "D:\Test.prt" “D:\Test\commands.xml” "D:\Test.3dvs" "3DVS" "C:\Program Files\Kisters\ViewStation\KAS.exe" CONVERT_AND_EXECUTE_XML "D:\Test.prt" “D:\Test\commands.xml” "D:\Test.3dvs" "3DVS" COPY_REFERENCED_FILES "D:\Copies_of_original_files\" |