Process specific data for ProcessType coating

interface ProcessRepContentCoating {
    coatingArea: number;
    coatingId: undefined | string;
}

Properties

coatingArea: number

Area of coating

Undefined if there is no coating selected. Coating area entails the associated part's actual multiplicity.

coatingId: undefined | string

ID of the underlying coating

Undefined if there is no coating selected.