interface BendDieChoice {
    baseClass: CamBendDeduction;
    lowerDieGroupId: string;
    sharpDeduction: number;
    thickness: number;
    type: BendDieChoiceType;
    upperDieGroupId: string;
}

Properties

baseClass: CamBendDeduction
lowerDieGroupId: string
sharpDeduction: number
thickness: number
upperDieGroupId: string