Enumeration ExportBOMOutputFormat

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).

  • EBF_CSV: the BOM data is using a CSV file format.
  • EBF_CSV_FR: the 3d data is using the CSV file format in french (, separator is replaced by ;, and strings are delimited by `"``).
  • EBF_XML: the BOM data is using a XML file format.

AsyncJobs

Enumeration Members

Enumeration Members

EBF_CSV: "bom-csv"

The BOM data is using a CSV file format.

EBF_CSV_FR: "bom-csvfr"

The 3d data is using the CSV file format in french (, separator is replaced by ;, and strings are delimited by ").

EBF_XML: "bom-xml"

The BOM data is using a XML file format.