Hatch isn't working

Hatch isn't working

Anonymous
Not applicable
1,046 Views
3 Replies
Message 1 of 4

Hatch isn't working

Anonymous
Not applicable

Hi, I tried the different options on other posts but hatchfill isn't working on my autocad. Thank you. 

 

0 Likes
Accepted solutions (1)
1,047 Views
3 Replies
Replies (3)
Message 2 of 4

maxim_k
Consultant
Consultant
Accepted solution

Welcome to Autodesk Forums!

 

Hi @Anonymous ,

 

FILLMODE system variable in your drawing is set to 0 (zero), so you cannot see hatches in it.

You need to set it to 1:

At the command prompt type FILLMODE and hit Return, then type 1 and hit Return again:

Command: FILLMODE
Enter new value for FILLMODE <0>: 1
Command:

Now try to use HATCH command.

 

There are also many things in your drawing that you may not need:

1/ view direction is not parallel to XY plane of the current coordinate system - as a result the hatch you create will be displaced from the correct position:

2021-11-28_10-16-27.png

 

2/ you can set the correct view direction with PLAN command, but your drawing has a lot of objects that I think are not related to your current task, and these objects are scattered far apart from each other.  So if you will try to use PLAN command the visible contents in the drawing area will change to show all these objects:

This is what you will see:

2021-11-28_10-26-40.png

 

If you don't need these additional objects, you have to delete them.

 

3/ current object transparency in your drawing is 75 (the default value is 0):

 

2021-11-28_10-31-32.png

 

Do you need this? If not, you need to set it to 0.

 

4/ The objects you are working on currently have different elevation. if you look at them in 3D view, you will see this:

 

2021-11-28_10-37-32.png

 

Therefore, you need to flatten this part of the drawing, for example, using the FLATTEN command.


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
Message 3 of 4

maxim_k
Consultant
Consultant

Just in case, I did all the operations to correct your drawing - see attached.


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
0 Likes
Message 4 of 4

Anonymous
Not applicable

This is really helpful- thank you so much for your help!