Changing color of area fill?
Changing color of area fill?
(OP)
Does anyone know how to change the color of a hatching when doing an area fill. I just can get it black???
Thanx
Thanx
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Changing color of area fill?
|
RE: Changing color of area fill?
RE: Changing color of area fill?
what i'm tyring to do is to change the color of an area fill (pattern) that I create manually with the area fill tool
RE: Changing color of area fill?
http
RE: Changing color of area fill?
The problem comes when i try to change the color of a manually generated area fill
RE: Changing color of area fill?
With R12 SP4 or R14 SP 4, I can select my manually created hatching and change the color hatching from black (default) to green or even replace the hatching with coloring (full black)...
can you provide a scenario ?
Eric N.
RE: Changing color of area fill?
???
RE: Changing color of area fill?
Clean your CATSettings, check your XML drawing standard file...
Check with a new CATDrawing file...
What level of CATIA do you use ?
Eric N.
RE: Changing color of area fill?
I tried in different computers, and isn't working
the drawing standrd is the default one
I did made a new model, and new drafting... and no succes, can I send u a model with itsd drawing with the area fill, and u change the color?
RE: Changing color of area fill?
Eric N.
RE: Changing color of area fill?
And I found the problem:
In R14, default Standard files from DS prevent changes...
The XML need to be modify by CATIA admin..
<std:node name="Patterns">
<std:node name="EditAvailability">
<std:enumval name="YesNo">No</std:enumval>
</std:node>
change to :
<std:node name="Patterns">
<std:node name="EditAvailability">
<std:enumval name="YesNo">Yes</std:enumval>
</std:node>
Then update standard in CATDrawing (File / Page Setup)
I did not set any standard at home (yet) and at work I am not in charge of Drawing Standards, I have plenty other stuff to worry about... I should take some time and dig a little bit those XML files
Eric N.
RE: Changing color of area fill?
thanx again