bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DxfPathsPartsListDto

    Index

    Constructors

    Properties

    pathsParts: DxfPathsPartDto[]

    Array of DXF paths parts (output from dxfPathsWithLayer)

    undefined
    
    colorFormat: dxfColorFormatEnum

    Color format to use in the DXF file

    aci
    
    acadVersion: dxfAcadVersionEnum

    AutoCAD version format for DXF file

    AC1009
    
    fileName?: string

    File name

    bitbybit-dev.dxf
    
    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.

    true