Converts a 3D model in memory and writes it to a target CAD file.
The Export Example shows how to export model data from ModelData_Model object to different file formats.
In this example we create a Writer which allows us to write data to a specific file format. It essentially mirrors the Importing Example.
At the moment CAD Exchanger SDK supports a big variety of model types. Here we will export model data from ModelData_Model object to OBJ file format as one of the most popular one. Similar to the Import Example our main function will have the following structure:
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 Converters section.