Skip to main content

Interface: MaterialImport

Defined in: material/types.ts:21

Properties

color?

optional color: string

Defined in: material/types.ts:26


diameter?

optional diameter: number

Defined in: material/types.ts:29


endLabel?

optional endLabel: string

Defined in: material/types.ts:31


id?

optional id: number

Defined in: material/types.ts:22


insert?

optional insert: boolean

Defined in: material/types.ts:24


name?

optional name: string

Defined in: material/types.ts:23


notes?

optional notes: string

Defined in: material/types.ts:32


rgb?

optional rgb: object

Defined in: material/types.ts:33

b

b: number

g

g: number

r

r: number


startLabel?

optional startLabel: string

Defined in: material/types.ts:30


thickness?

optional thickness: number

Defined in: material/types.ts:27


type?

optional type: number

Defined in: material/types.ts:28


visible?

optional visible: boolean

Defined in: material/types.ts:25