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.
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 :
See