interface BendDeduction {
    bendAngle: number;
    innerRadius: number;
    lowerDieGroupId: string;
    sharpDeduction: number;
    sheetBendingMaterialId: string;
    thickness: number;
    upperDieGroupId: string;
}

Hierarchy (view full)

Properties

bendAngle: number
innerRadius: number
lowerDieGroupId: string
sharpDeduction: number
sheetBendingMaterialId: string
thickness: number
upperDieGroupId: string