Bitbybit Docs
    Preparing search index...

    Class DxfModelDto (Inputs.IO)

    A whole DXF drawing: its path parts by layer and color, and the color and version format to write.

    Index

    Constructors

    • Parameters

      • OptionaldxfPathsParts: DxfPathsPartDto[]
      • OptionalcolorFormat: "aci" | "truecolor"
      • OptionalacadVersion: "AC1009" | "AC1015"

      Returns DxfModelDto

    Properties

    dxfPathsParts: DxfPathsPartDto[]

    Array of path parts, each containing paths with segments

    undefined
    
    colorFormat?: "aci" | "truecolor"

    How colors are written: aci, the AutoCAD color index from 1 to 255 that older software reads, or truecolor, full 24-bit RGB for newer software.

    aci
    
    acadVersion?: "AC1009" | "AC1015"

    The DXF version to write: AC1009 (AutoCAD R12) for the widest compatibility, or AC1015 (AutoCAD 2000) for the newer features.

    AC1009