The ExportBOMOutputFormat enumeration tells the available/desired BOM output format of a 3D export procedure called by DataSessionInterface.export3D.
A BOM, bill of materials, is a text file that lists the unique parts and some metadata of an assembly (here the content of a WorkingSetInterface).
,
;
The BOM data is using a CSV file format.
The 3d data is using the CSV file format in french (, separator is replaced by ;, and strings are delimited by ").
"
The BOM data is using a XML file format.
The ExportBOMOutputFormat enumeration tells the available/desired BOM output format of a 3D export procedure called by DataSessionInterface.export3D.
A BOM, bill of materials, is a text file that lists the unique parts and some metadata of an assembly (here the content of a WorkingSetInterface).
,separator is replaced by;, and strings are delimited by `"``).See