Enumeration ProductStructureOutputFormat

The ProductStructureOutputFormat enumeration tells the available/desired product structure output format of a 3D export procedure called by DataSessionInterface.export3D.

Indeed, the 3D export procedure may not create a single file for the 3D export, but use a scattered output with a file that contain the product structure (root file) and multiple files that represent the leaves (i.e. that contain geometry).

Such a root product structure file may be exported in :

  • PSF_STEP: the product structure data is using a STEP file format.
  • PSF_JSON: the 3d data is using a JSON file format.

AsyncJobs

Enumeration Members

Enumeration Members

PSF_JSON: "json"

The 3d data is using a JSON file format.

PSF_STEP: "step"

The product structure data is using a STEP file format.