Documentation
    Preparing search index...

    Process specific data for ProcessType tube

    interface ProcessRepContentTube {
        consumption: undefined | number;
        grossConsumption: undefined | number;
        nestingMode: undefined | GraphRepNestingMode;
        nestings: TubeNesting[];
        netConsumption: undefined | number;
        tubeId: undefined | string;
    }
    Index

    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.

    nestingMode: undefined | GraphRepNestingMode

    Mode of the underlying nesting

    Undefined if there is no underlying nesting.

    nestings: TubeNesting[]

    The underlying nestings

    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.