Custom Hatch Generator

Custom Hatch Generator

JCCDeAngelisIron
Contributor Contributor
14,924 Views
7 Replies
Message 1 of 8

Custom Hatch Generator

JCCDeAngelisIron
Contributor
Contributor

Looking for an app that generates complex hatches for AutoCAD. Price is not an issue, and the lisp routines are useless.

0 Likes
14,925 Views
7 Replies
Replies (7)
Message 2 of 8

pendean
Community Legend
Community Legend
0 Likes
Message 3 of 8

Kent1Cooper
Consultant
Consultant

Another possibility I'm aware of, but haven't tried (and free), is >here<.

Kent Cooper, AIA
0 Likes
Message 4 of 8

hugha
Collaborator
Collaborator

@JCCDeAngelisIron wrote:

Looking for an app that generates complex hatches for AutoCAD. Price is not an issue, and the lisp routines are useless.


HatchKit operates as a standalone Windows application capable of reading and editing existing patterns, creating new patterns  from imported DXF entities or with its own graphical editor while supporting AutoCAD and most other fill pattern formats.

 

Further information is at HatchKit website.

 

hth,

Hugh Adamson

www.hatchkit.com.au

 

 

 

 

 

 

 

 

0 Likes
Message 5 of 8

marko_ribar
Advisor
Advisor

Here is the one I wrote in *.lsp format and it's based on Kent's Hatch Maker routine suggestion, but it may be a little buggy when complex hatches you want to create... If you have simple repeating pattern it's better than Hatch Maker in the way that you are not limited to draw lines inside boundary 100x100 units with snapping - boundary rectangle can be any size, but with greater scales it may fail to generate all you wish... You should select LINE entities inside and RECTANGULAR LWPOLYLINE that is serving as boundary for hatch repetitions... Yes, it's 100% free as I wrote it...

 

https://www.cadtutor.net/forum/topic/70417-make-pat-files/?do=findComment&comment=565434 

 

HTH.

Marko Ribar, d.i.a. (graduated engineer of architecture)
0 Likes
Message 6 of 8

ronjonp
Advisor
Advisor

@JCCDeAngelisIron IMHO don't get too crazy with custom hatch patterns if you regularly share your files. They are a pain in the @SS to modify if you don't have the definition. They can also really bloat PDF sizes when they get too complex.

0 Likes
Message 7 of 8

john.uhden
Mentor
Mentor

@ronjonp :

As to PDF sizes, I recall that publishing to a DWF and then printing that to a PDF (even using CutePDF) reduced the file size considerably.  Of course a DWF is so much better than a PDF, but selling that idea to a client is next to impossible, even with the viewer being free.

John F. Uhden

0 Likes
Message 8 of 8

marko_ribar
Advisor
Advisor

@JCCDeAngelisIronJust to inform... I've added 2 IMHO useful routines at the end of page of the link I gave you from cadtutor site... Now I suppose you should give some likes if you find them useful too... After all I cobbled for a while until I sorted it all for good...

Your feedback would be appreciated...

M.R.

Marko Ribar, d.i.a. (graduated engineer of architecture)
0 Likes