STRUCTURE_COMPARE |
スクロール | |
Available as of 2024.3.317.
Compares the structure of two models. The result will be provided in the chosen format.
KAS.exe STRUCTURE_COMPARE <INPUT1> <INPUT2> <OUTPUT> <FORMAT> |
Parameters |
Description |
---|---|
INPUT |
Directory path and file name of the input files (1 and 2). |
OUTPUT |
Directory path and file name of the output file. |
FORMAT |
Choose one: ▪TXT ▪CSV ▪HTML ▪JSON ▪XML |
Example:
"C:\Program Files\Kisters\ViewStation\KAS.exe" STRUCTURE_COMPARE "D:\Model1.CATPart" "D:\Model2.3dvs" "D:\CompareResult.csv" "CSV" |