Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • DxfPathsPartDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional layer: string
    • Optional color: string
    • Optional paths: DxfPathDto[]

    Returns DxfPathsPartDto

Properties

color

color: string

Color for all paths in this part

default

#000000

layer

layer: string

Layer name for all paths in this part

default

Default

paths

paths: DxfPathDto[]

Array of paths, each containing multiple segments

default

undefined

Generated using TypeDoc