Type alias DxfExportSettings

DxfExportSettings: { excludeNodes?: NodeDescription[]; fileName?: string; unit?: DxfUnit }

Type declaration

  • Optional excludeNodes?: NodeDescription[]

    List of nodes that should be excluded from the DXF export

  • Optional fileName?: string
  • Optional unit?: DxfUnit

    Unit of the 3d model.
    If a unit is set, CAD tools are able to convert the values from the DXF into the configured unit of the CAD tool.

Generated using TypeDoc