Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DxfPathsPartsListDto

Index

Constructors

constructor

Properties

acadVersion

acadVersion: dxfAcadVersionEnum

AutoCAD version format for DXF file

default

AC1009

colorFormat

colorFormat: dxfColorFormatEnum

Color format to use in the DXF file

default

aci

Optional fileName

fileName: string

File name

default

bitbybit-dev.dxf

pathsParts

pathsParts: DxfPathsPartDto[]

Array of DXF paths parts (output from dxfPathsWithLayer)

default

undefined

Optional tryDownload

tryDownload: boolean

Will attempt to download the file if that is possible, keep in mind that you might need to implement this yourself. In bitbybit this is handled by worker layers which only run in browsers.

default

true

Generated using TypeDoc