I define the line thicknesses in PDMS using the pen numbers in representation styles. This way I can create a pdf by simply printing it black-and-white, and I don't have to bother with colors...
Hi pzg...thanks for the reply...that sounds exactly what I need...
I know about representation rules and the pens...
But how do you assign a thickness to the pen ?
And Black and white plot...I was wondering about that also...
I've been using the plot.exe to produce the plot file and simply assumed thats how it always came out...colour that is...
Would you mind at all and elaborate on the above...I just looked in the manual and couldn't fingd anything on black and white...found something interesting on representation rules...Design Change Styles...but as naormal with the manuals couldn't really ynderstand i's application...
Yes, you should change the represantation rules. You can define different styles for diferent types of elements. A good start is to copy a rule set from the master project, and to start playing with it. You can change the linestyle settings by changing the ...pen attributes (e.g. fpen, bfpen, plpen, etc...) of a STYL element. Everything is coded into that real number. For example pen number 32 means an approximately 0.1 mm thin yellow dashed line. 36 is a 0.5 mm thick yellow solid line, 14 is a thin red chain-line, 1 is a simple thin white line. etc...
I've also used the plotviewer.exe but as soon as I save as PDF all lines are the same thickness...(but I've only been using 1 to 4, 11 to 14 etc) ...the only line that is thick is a grey line...but this is because it's a number of lines side by side...
I've been setting my representation rules this week and they are looking good...
I don't really want to use the thick lines as they are a bit too thick for the draft session...as some of the work is detailed...saying that I may have to resort to this if I can't find another way...
Could mess with it on monday...I'm trying to find a distiller PDF as previously mentioned by Tback...
Tried PDMSForum suggestion of ghost writer..it works...one problem I had was that when I loaded ghost writer it goes by default to "Program Files" AND SYSCOM commands can't handle spaces...so I had to load it to C:Programs...
Now I'm producing pdfs on batch...does anyone know if I can add my own refinement to the lines using :-
try-ps|ps|PENS ATTR,\
ATTR 1 1 SO N,\
ATTR 2 2 SO T 1.0,\
ATTR 3 3 CH T 2.0,\
ATTR 4 4 SO T 3.0,\
ATTR 5 5 CH T 4.0