Not able to plot as desired

Not able to plot as desired

abdul.raufJJ89F
Advocate Advocate
496 Views
7 Replies
Message 1 of 8

Not able to plot as desired

abdul.raufJJ89F
Advocate
Advocate

Hi,
I want to plot everything in the drawing in black & white (including 0 layer) except one layer .
How can I do that?
Can somebody provide me the LISP for the above?

Thanks

0 Likes
Accepted solutions (2)
497 Views
7 Replies
Replies (7)
Message 2 of 8

S.Faris
Advisor
Advisor

A LISP? If you are interested, CTB Method Details below

Create a Plotstyle as per your requirement 

More details on PLOTSTYLES : Plot style table settings explained - In Depth & Detailed

HOW TO CREATE PLOT STYLES IN AUTOCAD - RECOMMENDED

Tutorial: Create a plot style (color-dependent)- Recommended

 

SALMANUL FARIS

0 Likes
Message 3 of 8

user181
Mentor
Mentor
Accepted solution

Hi @abdul.raufJJ89F   You can set the color of the layer you want to print out in color to a true color instead of an index color.  True colors always print in color.

 

 

trclr.PNG

EESignature


0 Likes
Message 4 of 8

pendean
Community Legend
Community Legend
MONOCHROME plot style table is right there in the PLOT command pop-up, help yourself.

0 Likes
Message 5 of 8

abdul.raufJJ89F
Advocate
Advocate

I want to elaborate my problem,the only layer which I want to plot in color has 4 to 5 block each having different color and that should be plotted.But main issue I am facing is that some of these colors are common to remaining layers,so they are appearing color in plot.Apart from one specific layer(or you can say blocks present in this layer),everything strictly should be printed in Black and White (including default 0 layer) no matter if they share common colors with specific layer that I want colored.

Hoping I am clear!

0 Likes
Message 6 of 8

Anonymous
Not applicable
Accepted solution

To expand on user181's suggestion, (manually) set the color of the objects in question to their actual R-G-B value (not the value from the index color on ACAD/Windows color pallette (eg Magenta = 255,0,255, index color 113 = 82,165,124, etc) by doing this, the colors will look identical to objects with the property of Magenta, etc (and plot identically using acad.ctb) , but monochrome.ctb will plot them in color, while objects assigned as Magenta, etc will plot black.

0 Likes
Message 7 of 8

abdul.raufJJ89F
Advocate
Advocate

Thanks, it does work for me.

0 Likes
Message 8 of 8

abdul.raufJJ89F
Advocate
Advocate

Thanks for your valuable advice.

0 Likes