Original Question: BRCM - Vertical Bend Product Code
Vertical bends show degrees in 90 and -90 which distinguishes between inside and outside, but the Product Code for both is the same (Inside).
Currently the software does not distinguish inside and outside bends as different part types. It is possible to work around this by adding a script to the report template to replace "VI" with "VO" if the bend is negative (if the description contains "Vertical Bend -").
The following process may need to be adapted to fit particular cases. Manufacturers may use different codes to indicate whether a bend is inside or outside.
private void tableCell13_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) {
Keywords: BRCM, TFS 152819