Skip to content

Standard Interface

The Standard Interface dialog lets you choose the format and content of your ERP export. Access it via Settings → Database. Select Advanced Settings from the table list, then open the ERP Interface - Content tab — see Advanced Settings for more on the Database dialog.

It is part of the ERP Export configuration and determines what data is sent when you use the standard JSON-based ERP export.

Interface Types

Choose one:

TypeBest for
tsGraphRep (Graph Representation)Full project backups, sharing with colleagues, system integration. Includes all geometry, articles, process nodes, and embedded CAD files as base64.
BOM (Bill of Materials)Procurement, quoting, supplier communication. A focused list of components with quantities, costs, and dimensions — no embedded geometry.

tsGraphRep — graph representation

The full project graph export. Select which resources to bundle:

For the full ERP export workflow, see ERP Export.

ResourceFormatDescription
Bend drawingHTMLBend instructions per part
Job cardHTMLManufacturing job summary
DXF2D CADCutting contours
DXF compressed2D CAD (compressed)Compressed DXF
GEO2D geometryGmsh geometry
GEO compressed2D geometry (compressed)Compressed GEO
SVG2D vectorScalable vector graphic
SVG compressed2D vector (compressed)Compressed SVG
STEP input3D CADLoaded assembly geometry
STEP input compressed3D CAD (compressed)Compressed STEP input
STEP generated3D CADGenerated/output geometry
STEP generated compressed3D CAD (compressed)Compressed STEP generated
PNG imagesrasterScreenshots of assemblies
Graph components.wsiSub-graphs as separate WSi files
AttachmentsvariousUser-defined file attachments

BOM — bill of materials

A focused parts list. Select which supplementary files to include:

For the BOM export, see BOM.

FlagDescription
Bend drawingInclude HTML bend drawings
DXFInclude 2D cutting contours
GEOInclude 2D geometry
Job cardInclude HTML job cards
PNG (input assembly)Screenshot of loaded assembly
PNG (generated assembly)Screenshot of generated/output assembly
STEP (input assembly)3D STEP of loaded assembly
STEP (generated assembly)3D STEP of generated/output assembly
SVG2D vector output
Graph componentsSub-graphs as .wsi files
AttachmentsUser-defined file attachments
GLTF (input assembly)GLTF of loaded assembly
GLTF (generated assembly)GLTF of generated/output assembly

Version

Each format has a version selector:

  • tsGraphRep: v0 (legacy, deprecated) or v1 (current default)
  • BOM: v0 (current default)

TIP

If your organisation has a pre-configured interface type, your administrator sets it as the default. You can override it here for a one-off export.

See Also