CAD Exchanger Command Line offers conversion of CAD models across supported formats in background mode. This is especially
useful when you need to convert large sets of legacy data or to enable server solutions.
CAD Exchanger
Command Line Interface (CLI) reuses all capabilities of
GUI – setting user-defined parameters, merging different files into one, dynamic loading of plug-ins, etc.
Here
is an example of using CAD Exchanger from the command prompt:
>
ExchangerConv.exe –i C:\models\nut.igs –e C:\output\nut.sat – converts an IGES file to ACIS
> ExchangerConv.exe –i C:\models\part1.stp C:\models\part2.stp
C:\models\part3.stp –e C:\output\assembly.stp – merges 3 STEP files into single STEP assembly
> ExchangerConv.exe –i model.sat –e model.stl model.wrl
model.step model.igs model.brep – converts SAT file into STL, VRML, STEP, IGES and BRep
Type
‘ExchangerConv.exe –h’ for usage details.
CAD Exchanger Command Line internally uses
CAD Exchanger SDK to perform conversion.