Documentation
    Preparing search index...

    Type Alias GraphCommandTubePartUpdate

    type GraphCommandTubePartUpdate = {
        content: {
            processIdTubeCutting?: string;
            rootId: GraphNodeRootId;
            sheetCuttingFixedRotations?: number[];
            tubeId?: string;
            tubeMaterialId?: string;
            tubeSpecificationId?: string;
        };
        type: "tubePartUpdate";
    }
    Index

    Properties

    Properties

    content: {
        processIdTubeCutting?: string;
        rootId: GraphNodeRootId;
        sheetCuttingFixedRotations?: number[];
        tubeId?: string;
        tubeMaterialId?: string;
        tubeSpecificationId?: string;
    }
    type: "tubePartUpdate"