-
4 Attachment(s)
Custom Hatch Pattern
I have a block file that I would like to turn into a hatch.pat file. I know I can use super hatch in the express tools, but I find it hard to work with, plus not everyone in the office knows how to use it.
If anyone could help me out with this it would be great. I'm not even sure if it can be done.
I'm attaching the block file and what I have so far for a PAT file.
Thanks in advance for any help.
I added a picture and a dxf file (that just needs the .dwg removed).
Matt Hannan
-
Re: Custom Hatch Pattern
Hi Matt,
a rectangular template as required by Express Tools would be lcm(36.5,20.25) = 2956-1/2" wide to allow all of your blocks to repeat properly.
Splitting the template between tall blocks and thin blocks allows their respective horizontal repetitions (and pattern size!!) to be reduced while sharing the same vertical spacing, viz:
;-------------------------------------------------------------------------------
; Written by HatchKit Team Edition
; HatchKit Team Edition (c)1990-2019 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2019-04-20
;-Time : 11:03:31
;-HatchKit Team Edition Version : 3.1.11.2776
;-HatchKit Team Edition Output Filetype : AutoCAD format
;-------------------------------------------------------------------------------
*Entities,DXF Entity Section
0,0,24,0,-26,20,-0.25
0,0,25.75,0,-26,20,-0.25
-90,0,25.75,0,20.25,1.75,-24.25
-90,20,25.75,0,20.25,1.75,-24.25
0,21.25,0,0,-26,24,-12
0,21.25,16,0,-26,24,-12
0,3,15.75,0,-26,24,-12
0,3,8,0,-26,24,-12
0,21.25,23.75,0,-26,24,-12
0,21.25,7.75,0,-26,24,-12
0,9,7.75,0,-26,12,-24
0,9,23.75,0,-26,12,-24
0,27.25,15.75,0,-26,12,-24
0,9,16,0,-26,12,-24
0,27.25,8,0,-26,12,-24
0,9,0,0,-26,12,-24
-90,21.25,7.75,0,36,7.75,-18.25
-90,39.25,15.75,0,36,7.75,-18.25
-90,27,15.75,0,36,7.75,-18.25
-90,21,23.75,0,36,7.75,-18.25
-90,21.25,23.75,0,36,7.75,-18.25
-90,21,7.75,0,36,7.75,-18.25
-90,9,7.75,0,36,7.75,-18.25
-90,9,23.75,0,36,7.75,-18.25
-90,3,15.75,0,36,7.75,-18.25
-90,27.25,15.75,0,36,7.75,-18.25
-90,45.25,23.75,0,36,7.75,-18.25
-90,45.25,7.75,0,36,7.75,-18.25
How-to with HatchKit:
- load DXF
- delete all but one shallow block
- delete all one one wide, one narrow block from each row of tall blocks.
- arrange vertical spacing to 26"
- create new layer.
- copy all content to new layer.
- delete tall blocks from first layer, shallow blocks from second
- arrange horizontal spacing to 36.5" for tall block layer, 20.25" for shallow blocks.
- save pattern to AutoCAD format.
I hope this helps,
Hugh Adamson
www.hatchkit.com.au
-
Re: Custom Hatch Pattern
Thank you so much! This is just what was looking for.