hatch pattern by block

hatch pattern by block

Anonymous
Not applicable
8,665 Views
7 Replies
Message 1 of 8

hatch pattern by block

Anonymous
Not applicable

pattern.PNG

 

Hi everyone,

we all know that is not possible to create a round pattern file (.pat) in autocad so I created this custom one (on the left) made it a block and then used it with the command "SUPERHATCH" to create a hatch on the figure on its right.

My question is, can i  add this block to the hatch pattern we all have in the toolbar? so that i can use it whenever i need and on any drawing using the HATCH command?

0 Likes
Accepted solutions (1)
8,666 Views
7 Replies
Replies (7)
Message 2 of 8

Kent1Cooper
Consultant
Consultant

I don't think it's possible to get something to appear in the Hatch pattern choices that's not in an actual .pat-file definition.  I suppose you could do a Tool Palette item or other menu entry that calls up SuperHatch with it.

 

But would it be acceptable to have the curves in that pattern made of small straight segments?  I have, for example, a true Hatch pattern definition that makes this:

CirclesTriGridInner.PNG

and I'm sure something pretty much exactly like your image could be constructed on similar lines, if  it looks circular enough for you at the scale you would use.  The inner "circles" in the patterns are actually dodecagons [12-sided], and the outer "circles" are 24-gons.  They look pretty "round" until you Zoom in close enough to distinguish the edges.

Kent Cooper, AIA
0 Likes
Message 3 of 8

jayhar
Advisor
Advisor

Hi,

Hatches an area using a selected image, block, xref, or wipeout object.

SUPERHATCH displays the SuperHatch dialog box click here

 


Please Mark the Post or Posts as Solution(s) to help others find the answer quickly. If your issue persists,

Please give me a bit more detail on this issue so we can continue to work towards getting this solved.

Thanks You
Jayhar.M.J

Please Subscribe YouTube Channel
https://www.youtube.com/channel/UCclj8v9vHQiFa8_DriuAk3w

Please Mark the Post or Posts as Solution(s) to help others find the answer quickly.
0 Likes
Message 4 of 8

Irreb
Enthusiast
Enthusiast

Yes that would be acceptable but how do I set the pattern with so many lines? Is there a way to do it or to get it easier than writing it all "by hand"?

0 Likes
Message 5 of 8

Kent1Cooper
Consultant
Consultant

@Irreb wrote:

Yes that would be acceptable but how do I set the pattern with so many lines? Is there a way to do it or to get it easier than writing it all "by hand"?


 

There are pattern-generating programs out there, though I find definitions generated by them sometimes to be far more complex than necessary, so I haven't used them [maybe someone will jump in].  But it might not be too hard to make that pattern starting with parts of mine as a basis.  In order to give it a try, I need to know one thing:  What is the ratio of the center-to-center spacing of the Circles in your image to their radius?  It looks to be about 2.5-to-1, but I don't want to assume.  And whatever it is, is it critical that it be exactly that?  It may be that a definition can be much simpler with a ratio that's just-slightly different.

Kent Cooper, AIA
0 Likes
Message 6 of 8

Irreb
Enthusiast
Enthusiast

It doesn't need to be perfectly like that, that superhatch has a rectangular shape and as we know hatches have a square base; so yes it is possible to change it and adapt it on the needs.

see attachment for the block.

0 Likes
Message 7 of 8

hugha
Collaborator
Collaborator

Attached is a vector pattern (.PAT) definition constructed from trimmed overlapping polygons and exported via DXF to HatchKit.

 

Add it to any .DWG with the HATCH command.

 

hth,

Hugh Adamson

www.hatchkit.com.au

 

 

 

 

 

 

Message 8 of 8

Anonymous
Not applicable
Accepted solution

Hi All,

i managed to do everything using the lsp HatchMaker.lsp and modifying the grid (SnapUnit) it uses to make the script for the hatch.

thanks to all for your answers even if i didn't use them.

See attachment to see the lsp i used. be aware that you have to turn off your OSNAP (F3) and Polar Tracking (F10) checking to have activated the SNAPMODE to grip on the grid. If you don't do so the lsp won't get some lines because of the uncommon angles.

0 Likes