Custom Brick Hatch Pattern

This widget could not be displayed.

Custom Brick Hatch Pattern

Anonymous
Not applicable

Hello everyone, 

 

I need help with creating a hatch pattern for brick. 

Brick dimension is 2.5x8.75" with 0.25" mortar joint.

I have created the pattern, but it is giving me an error saying  "missing parameter on line 7"

Could anyone give me an advice on how to fixing this? 

 

*8in Ontario Size Brick, 3 COURSES TO 8.25 inch
0, 0,0.25, 4.5,3, 8.75,-0.25
90, 8.75,0.25, 6,9, 2.5,-3.5
0, 0,3, 4.5,3, 8.75,-0.25
90, 0,0.25, 6,9, 2.5,-3.5
90, 4,3.5, 6,9, 2.5,-3.5
90, 4.5,3.5, 6,9, 2.5,-3.5

 

This is what I have done for the PAT file. 

 

Let me know. 

0 Likes
Reply
Accepted solutions (1)
6,614 Views
9 Replies
Replies (9)

hugha
Collaborator
Collaborator

Try this:

 

;-------------------------------------------------------------------------------
; Written by HatchKit 4 Standard Edition
; HatchKit 4 Standard Edition (c)1990-2020 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2020-11-21
;-Time : 12:26:52
;-HatchKit 4 Version : 4.0.9.2894
;-------------------------------------------------------------------------------
*8inOntarioSizeBrick,3 COURSES TO 8.25 inch
0,0,.25,-4.5,3,8.75,-.25
0,0,3,-4.5,3,8.75,-.25
90,8.75,.25,-3,4.5,2.75,-3.25
90,0,.25,-3,4.5,2.75,-3.25

 

 

save the above with a blank line at the end to file 8inOntarioSizeBrick.PAT on your source file path.

Note:

1. a blank line is required as the last line within the .PAT file

2. pattern and filename can only contain  characters A-Z, a-z, 0-9, $, _ (underscore) or -(hyphen). 

 

hth,

Hugh Adamson

www.hatchkit.com.au

 

 

 

0 Likes

Anonymous
Not applicable

Thank you for the reply Hugha, 

 

I have tried it, but it gives me an AutoCAD error for some reason. 

does it work on your end? 

could you email me your PAT file?; lee.seungyoon.architect@gmail.com

I overwritten on my mine with blank line added, but still not working. 

 

Let me know. 

 

Thank you. 

0 Likes

Patchy
Mentor
Mentor
Accepted solution

This is what he gave you.

(You should delete your email address or hackers will spam you)

8inOntarioSizeBrick.JPG

0 Likes

Anonymous
Not applicable

Thank you. 

 

I fixed the issue and it is working now. 

I modified little since the birck was 2.5x8.75. 

Just for my better understanding. 

in the mid portion, -4.5,2.75,  why is it negative 4.5 instead of positive?

Could you explain to me? I am getting confused with it. 

 

Thank you so much.  

0 Likes

Patchy
Mentor
Mentor
0 Likes

ELAZATIN
Observer
Observer

anyone have a hatch for size of bricks 230mm x 70mm and 10mm GAP?

0 Likes

hugha
Collaborator
Collaborator

Try 

 

;-------------------------------------------------------------------------------
; Written by HatchKit 4 Team Edition
; HatchKit 4 Team Edition (c)1990-2022 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2022-08-04
;-Time : 16:12:42
;-HatchKit 4 Version : 4.2.3.3303
;-HatchKit 4 Output Filetype : AutoCAD®
;-------------------------------------------------------------------------------
*Brick230x70,QuickFill: Stretcher bond
0,0,70,120,80,230,-10
0,0,0,120,80,230,-10
90,230,0,80,120,70,-90
90,0,0,80,120,70,-90

 

hth,

Hugh Adamson

hatchKit.com.au

 

0 Likes

abeltran4UPT9
Community Visitor
Community Visitor
Hi all,

Anyone has the custom brick code pattern for the 230 X 76 (110 DEEP) with the 10mm mortar joints? This is the standard Australian brick size. Thanks for any help.

Ariel B
0 Likes

hugha
Collaborator
Collaborator

Try:

 

;-------------------------------------------------------------------------------
; Written by HatchKit 4 Team Edition
; HatchKit 4 Team Edition (c)1990-2022 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2022-08-10
;-Time : 00:32:12
;-HatchKit 4 Version : 4.2.3.3303
;-HatchKit 4 Output Filetype : AutoCAD®
;-------------------------------------------------------------------------------
*B230x76x10,QuickFill: Stretcher bond
0,0,76,120,86,230,-10
0,0,0,120,86,230,-10
90,230,0,86,120,76,-96
90,0,0,86,120,76,-96

 

hth,

Hugh Adamson

www.hatchkit.com.au

 

0 Likes