/* br.TBL */ /*For Reinforcement Bar Sheet only*/ BY_FILE DAT_COLOR(0) = RGB(0,0,0) /* black */ DAT_COLOR(254) = RGB(255,255,255) /* white */ END_BY by_element switch (weight) 0 : THICKNESS = .005 1 : THICKNESS = .013 2 : THICKNESS = .018 3 : THICKNESS = .023 4 : THICKNESS = .028 5 : THICKNESS = .033 6 : THICKNESS = .038 7 : THICKNESS = .043 8 : THICKNESS = .048 end_switch color = 0 /* FILLS ALL TEXT */ area_fill = true pattern_color = 0 pattern_priority = 2 if (type eq text) then draw_mode = replace style = 0 priority = 350 area_fill = true end_if pattern_draw_mode = replace select (MS_NAME_LEVEL eq '1050 SHT: Sheet Border'): priority = 100 (MS_NAME_LEVEL eq '1051 SHT: Title Block Text'): priority = 100 (MS_NAME_LEVEL eq '1061 SHT: Shading'): priority = 100 pattern_priority = 35 area_fill = false if (style eq 1) then area_fill = true pattern_screen = 13 /* was 14 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 2) then area_fill = true pattern_screen = 25 /* was 30 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 3) then area_fill = true pattern_screen = 49 /* was 53 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 4) then area_fill = true pattern_screen = 100 end_if (MS_NAME_LEVEL eq '1072 SHT: Rebar Sheet Frames'): area_fill = false priority = 100 if (type eq text) then area_fill = true end_if (MS_NAME_LEVEL eq '1073 SHT: Rebar Sheet Data'): area_fill = false priority = 100 (MS_NAME_LEVEL eq '1203 MISC: Design Notes'): priority = 100 /* uPDATED LEVELS BEYOND THIS POINT */ (MS_NAME_LEVEL eq 'SH_P_Sheet Border'): priority = 100 (MS_NAME_LEVEL eq 'DT_P_Legends'): area_fill = false priority = 100 (MS_NAME_LEVEL eq 'SH_P_Shading'): priority = 100 pattern_priority = 35 area_fill = false if (style eq 1) then area_fill = true pattern_screen = 13 /* was 14 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 2) then area_fill = true pattern_screen = 25 /* was 30 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 3) then area_fill = true pattern_screen = 49 /* was 53 */ pattern_border = true style = 0 THICKNESS = .013 end_if if (style eq 4) then area_fill = true pattern_screen = 100 end_if end_select end_by