Documentation
    Preparing search index...

    Type Alias GraphCommandSheetMetalPartUpdate

    type GraphCommandSheetMetalPartUpdate = {
        content: {
            processIdSheetCutting?: string;
            processTypeSheetCutting?: SheetCuttingProcessType;
            rootId: GraphNodeRootId;
            sheetCuttingFixedRotations?: number[];
            sheetId?: string;
            sheetMaterialId?: string;
            sheetSpec?: string;
        };
        type: "sheetMetalPartUpdate";
    }
    Index

    Properties

    Properties

    content: {
        processIdSheetCutting?: string;
        processTypeSheetCutting?: SheetCuttingProcessType;
        rootId: GraphNodeRootId;
        sheetCuttingFixedRotations?: number[];
        sheetId?: string;
        sheetMaterialId?: string;
        sheetSpec?: string;
    }

    Type declaration

    • OptionalprocessIdSheetCutting?: string

      Process ID for the underlying sheetCutting node

      Dominates processTypeSheetCutting

    • OptionalprocessTypeSheetCutting?: SheetCuttingProcessType

      Process type for the underlying sheetCutting node

      Dominated by processIdSheetCutting.

    • rootId: GraphNodeRootId
    • OptionalsheetCuttingFixedRotations?: number[]
    • OptionalsheetId?: string

      Dominates sheetMaterialId and sheetSpec.

    • OptionalsheetMaterialId?: string

      Dominated by sheetSpec and sheetId

    • OptionalsheetSpec?: string

      Dominates sheetMaterialId. Dominated by sheetId and sheetId.

    type: "sheetMetalPartUpdate"