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

    Class DxfModelDto

    Main DXF model containing all path parts

    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"

    Color format to use in the DXF file

    • "aci": AutoCAD Color Index (1-255) - Better compatibility with older CAD software like Design CAD 3D Max
    • "truecolor": 24-bit RGB true color - Full color spectrum, requires newer CAD software
    aci
    
    acadVersion?: "AC1009" | "AC1015"

    AutoCAD version format for DXF file

    • "AC1009": AutoCAD R12/R11 - Maximum compatibility with older CAD software (e.g., Design CAD 3D Max)
    • "AC1015": AutoCAD 2000 - Modern format with extended features
    AC1009