• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

force black print for entity not dalayer

  • Thread starter Thread starter Papao
  • Start date Start date

Papao

Guest
Bye to all,
I have to print drawings I receive from external studies but I have difficulty assigning black color to the texts.

I created a customized table for printing styles (penes) assigning to each pen the black color (pens 7) and to each color the desired thickness.

the problem arises on the drawings that have the texts of green color contained within the blocks of the cartiglio;
the green color is so composed 64,255,0 (this is only an example but could also be different)
This color is not part of the ctb table that contains only 255 and this makes it printed in the native color and therefore "green" that on paper is not readable as black.
If, on the contrary, the grey-scale mould, the text print takes place of a very light grey and again little visible.

Now this problem I can solve with the Battman command and change the color for each text (or maybe set it as a dalayer), but this is unthinkable when you have many drawings to print. . .

Do you have any ideas that simplify this procedure?
 
It's already a enhancement, but I would like to do it without the need to select the blocks (I have three for drawing)
 
aggiungi questa macro in the acaddoc file.lsp
Code:
(command "_setbylayer" (ssget "_a" '((0 . "insert"))) "" "_y" "_y")
 
I tried to launch it from the command bar and it works, thank you! !

but can you explain what should I do if I add it inside this file?
i.e. what happens, automatically starts it to every drawing I open?
 
Unfortunately I have the same problem also on quotas: I believe it is the color setting in the quota style that is set to dablocco; in fact print with the color assigned to the level.
is there also in this case a way to change, on every style of quota present in the drawing, in dalayer without doing it manually?
each drawing contains about 15 types of quotation styles
 
intervention on styles would take time.. .
a little rough and since we are in macro theme you could select all odds and change the color-related property.

here is an example that changes color to text, quota line and extension lines with color 5 (blue).
Code:
(command "_dimoverride" "dimclrd" 5 "dimclrt" 5 "dimclrt" 5 "" (ssget "_a" ((0 . "dimension")) ")" )
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top