Bitbybit Docs
    Bereite Suchindex vor...

    Klasse DxfPathsPartDto (Inputs.IO)

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

    Index

    Konstruktoren

    Eigenschaften

    Konstruktoren

    • Parameter

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

      Rückgabewert DxfPathsPartDto

    Eigenschaften

    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