interface DieGroupPriority {
    lowerDieGroupId: string;
    priority: number;
    sheetBendingMaterialId: string;
    sheetThickness: number;
    upperDieGroupId: string;
}

Hierarchy (view full)

Properties

lowerDieGroupId: string
priority: number
sheetBendingMaterialId: string
sheetThickness: number
upperDieGroupId: string