i have black boxes where my text background should be printing

And other background woes.

Basically, anything that I try to make "background" color to mask behind it prints as solid black. I know it's something in my pen table, plot driver or both but I'm just not seeing it. Can you help me figure out what I'm overlooking?

Thank you!

MaryB
MSTN 08.09.04.88

SJCA.tbl
Parents Reply
  • There are the following lines in the PLT file:

    num_pens   = 3                            ; required record

    pen(1)=/rgb=(0,0,0)     ;to set pen color...

    pen(2)=/rgb=(175,175,175)     ;to set pen color...

    pen(3)=/rgb=(255,255,255)

    This tells MicroStation to plot using only three colors. The part that can confuse people is that color 0 is pen 1, which makes color 1 pen 2 and color 2 pen three. Then, color 3 starts over with pen 1...

    So if you want something to be a blank, background like color, it must be 2 or 5 or 8 or 11...

    Usually, one makes blocks of pen numbers group to a few colors and leaves num_pens at default setting.

    pen(1-254)=/rgb=(0,0,0)

    pen(255)=/rgb=(175,175,175,)

    and then, BG should plot white.


    Charles (Chuck) Rheault
    CADD Manager

    MDOT State Highway Administration
    Maryland DOT - State Highway Administration User Communities Page

    • MicroStation user since IGDS, InRoads user since TDP.
    • AutoCAD, Land Desktop and Civil 3D, off and on since 1996
Children
No Data