Configures the conversion and maps a file from one CAD format to another.
The workflow implemented in this example is basically the same as in Transfer Example. The difference lies in that the parameters are specified for multiple readers and multiple writers, showcasing how one might set up ModelData_ModelReader and ModelData_ModelWriter for multi-format use.
The key parts are the specifications of parameters for STEP and JT readers:
The parameters also provided for OBJ and JT writers:
CAD Exchanger SDK provides a lot of packages for model data conversion. It's possible to read, write and transfer almost every existing model data format simply using algorithm described above.
To learn more about conversion possibilities please visit the Converter Details.