Bitbybit Docs
    Preparing search index...

    Class DxfPathsPartsListDto (Inputs.OCCT)

    Layered DXF parts and file options for io.dxfCreate, which writes them into one DXF file.

    Index

    Constructors

    Properties

    pathsParts: DxfPathsPartDto[]

    The parts from io.dxfPathsWithLayer, each with its own layer and color.

    undefined
    
    colorFormat: dxfColorFormatEnum

    How colors are written: aci as AutoCAD's indexed colors, truecolor as RGB.

    aci
    
    acadVersion: dxfAcadVersionEnum

    The DXF version to write: AC1009 is R12, the most widely readable, AC1015 is 2000.

    AC1009
    
    fileName?: string

    The name the downloaded file gets.

    bitbybit-dev.dxf
    
    tryDownload?: boolean

    When true, a browser download of the file is started where that is possible; the kernel itself only returns the text.

    true