I created a pen table to grey out or subdue certain levels on my plan sheets. For example, I wanted to grey the edge of pavement level.
Does anybody know why it only works when I select "true color" and attach the table? If I select "monochrome" or "grey scale" and attached the pen table it doesn't work.
In theory it should work right? The pent able is telling them to subdue certain levels so it doesn't matter what I selected. Am I not getting when to use true color, grey scale, and monochrome?
Also does anybody know why I can not change the color (to black) of the stock line styles that come with CONNECT. For example the double solid yellow strip pavement marking lines.
Its in the yellow pavement level but you cannot change the color. Even when you print and select "true color" and attached a pen table to back that level it out. Only time it works is when you
print "grey scale" and even then it comes out in grey. And again I can't use a pen table to change it back to black. If I print it in "monochrome" then they will all be in black and again I can't use a pen table to
change anything back to grey if I want.
I'm think I'm not grasping the concept here. I've been playing around, mix and match, testing it for hours now.
Thanks!
One trick that I have not seen mentioned on here is you can open the dgnlib (these are the file types used to create pen tables) file in a window such as NotePad, and make edits to the text. Then select the text file as a pen table, Micro knows what to do with it. To get a feel for it open the dgnlib, find a color value, change it and reload the table as a txt file. I was surprised this is supported but not discussed anywhere that I could find. Below is an example of what the file looks like in text. Its syntax is a bit mysterious (Bentley please point us to a chart) but I'm guessing you can figure a lot out just by playing around with this.
i.e.:
# C:\ProgramData\Bentley\WorkSpace\System\Tables\pen\blkbrdr.tbl
BEGIN_GLOBAL VERSION = 890 PLOTTING VIEWS = 1-8 SYMBOLOGY = AsDisplayed EXPLODE_SHARED_CELLS = 0 EXPLODE_DIMENSIONS = 0 EXPLODE_MULTILINES = 0 EXPLODE_TAGS = 1 MATCH_MULTIPLE_SECTIONS = 0 PST_COMPATIBLE_MODE = 0 SORT_EXPORTED_GRAPHICS = 0END_GLOBAL
BEGIN border IN_COLOR = 2-5 OUT_COLOR = 255 OUT_FILLCOLOR = 255END
Thanks Payton,
One problem I have is the color (yellow) that is tied to a line style not the a level. The line style is a double yellow pavement marking (just for context).
I tried your suggestion by opening my pen table with a word document and as suspected, we see a list on IN_LEVEL and OUT_LEVEL. So we still couldn't change the output to that level I wanted. I ended up recreating that same line style in my own library.
Example of pen table when opened with word doc.:
IN_LEVEL = E_Geom_Baseline IN_LEVEL = E_ROW IN_LEVEL = Geom_Baseline IN_LEVEL = Pavement Marking White IN_LEVEL = Pavement Marking Yellow TYPE = 2-4,6,7,11,12,14-19,22-24,27,33,35-37,87,94 OUT_COLOR = 240 PRIORITY = 1
Thanks.