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

    Class DxfPathsPartDto

    A part containing multiple paths on the same layer with the same color

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionallayer: string
      • Optionalcolor: string
      • Optionalpaths: DxfPathDto[]

      Returns DxfPathsPartDto

    Properties

    layer: string

    Layer name for all paths in this part

    Default
    
    color: string

    Color for all paths in this part

    #000000
    
    paths: DxfPathDto[]

    Array of paths, each containing multiple segments

    undefined