Process specific data for ProcessType tube

interface ProcessRepContentTube {
    consumption: undefined | number;
    grossConsumption: undefined | number;
    netConsumption: undefined | number;
    tubeId: undefined | string;
}

Properties

consumption: undefined | number

Tube consumption

Consumption is a floating point value representing the number of total tubes (gross) that is consumed. Consumption entails the associated part's actual multiplicity.

Note: Property is only provided if there a valid nesting.

Legacy property; same as grossConsumption.

grossConsumption: undefined | number

Gross consumption

Consumption is a floating point value representing the number of total tubes (gross) that is consumed. Consumption entails the associated part's actual multiplicity.

netConsumption: undefined | number

Net consumption

Net consumption is a floating point value representing the number of total tubes (net) that is consumed. Net consumption entails the associated part's actual multiplicity.

This value does not include the scrap.

tubeId: undefined | string

ID of the associated tube (if any).

Note: Property is only provided if there is an associated tube node with a valid nesting.