Hatch Pattern - 4x16 1/3 step/offset

Hatch Pattern - 4x16 1/3 step/offset

abbyXA5LU
Observer Observer
9,393 Views
9 Replies
Message 1 of 10

Hatch Pattern - 4x16 1/3 step/offset

abbyXA5LU
Observer
Observer

Hello all, 

 

After searching far and wide and plugging in a lot of different numbers, I cannot seem to figure out how to create a 4x16 tile pattern with a 1/3 step.

abbyXA5LU_0-1626805557342.png

abbyXA5LU_1-1626805587406.png

I'm super close as the tile is the correct size and I've got the 1/3 offset. However, it's appearing staggered instead of stepped. I'd appreciate some help!

 

*Block 4x16, 4 x 16 blocks 1/3 offset
;%TYPE=MODEL
90,0,0,0,-16,4,-4
90,5.28,4,0,-16,4,-4
0,0,0,0,4

0 Likes
Accepted solutions (1)
9,394 Views
9 Replies
Replies (9)
Message 2 of 10

Pattycake_Kyle
Advocate
Advocate
Accepted solution

You are pretty close 😎 There are 3 main different ways to make this type of pattern:

  1. One definition for the horizontal line, and one for the consistently shifting vertical line
    • 2 lines total
  2. One line for horizontals, with a vertical line for each unique instance in the base module (3 in this case)
    • 4 lines total
  3. One line for every line within the base 'module' of the repeatable pattern
    • 6 lines total

You are attempting to write it using approach #2. Note that for PAT files, it does not matter file performance wise (size/speed) whether you do approach 1, 2 or 3. We've done extensive research into this, and there is no noticeable affect on file performance, size, or degradation in any other way when (as in your file) there are 2 lines vs 4 vs 6. Not even noticeable in 2 vs 40 vs 600.

 

For your #2 approach, try this PAT and see if it works: 4x16 with 1/3 Offset 

0, 0, 4, 0, 4
90, 0, 0, 0, 16, 4, -8
90, 5.3333333, 4, 0, 16, 4, -8
90, 10.6666666, 8, 0, 16, 4, -8

 

Pattycake_Kyle_0-1626808781428.png

 

Cheers! 🎂

www.pattycake.io
Web based & real time .PAT creator. The largest collection of free PAT files! Over 700+ Pat files ready to download
No plugins or add-ins to install, and Revit compliant!
0 Likes
Message 3 of 10

Pattycake_Kyle
Advocate
Advocate

Forgot to mention...

↗️   This steps up and to the right. 

↖️   But if you want it up and to the left...

Just add a negative sign before the 5.3 and 10.6 numbers (to make them negative x values), its the quickest solution.

www.pattycake.io
Web based & real time .PAT creator. The largest collection of free PAT files! Over 700+ Pat files ready to download
No plugins or add-ins to install, and Revit compliant!
0 Likes
Message 4 of 10

abbyXA5LU
Observer
Observer

@Pattycake_Kyle Thank you so much! Approach #2 worked perfectly.

Message 5 of 10

hugha
Collaborator
Collaborator

Here is the efficient two-line solution 

 

;-------------------------------------------------------------------------------
; Written by HatchKit 4 Standard Edition
; HatchKit 4 Standard Edition (c)1990-2021 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2021-07-21
;-Time : 16:54:20
;-HatchKit 4 Version : 4.1.3.3036

;-HatchKit 4 Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=INCH
*16x4oneThird,
;%TYPE=MODEL
0,0,0,5.xxx-xxxxxxxx,4
90,0,0,-4,5.xxx-xxxxxxxx,4,-8

 

as can be quickly specified like this::

 

hugha_0-1626851108197.png

 

 

hth,

Hugh Adamson,

www.hatchkit.com.au

 

0 Likes
Message 6 of 10

hugha
Collaborator
Collaborator

Wjhoops. Beware uploading long sequences of digits to this forum, they can be censored.

 

Try this 2-line solution:

 

;-------------------------------------------------------------------------------
; Written by HatchKit 4 Standard Edition
; HatchKit 4 Standard Edition (c)1990-2021 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2021-07-21
;-Time : 16:54:20
;-HatchKit 4 Version : 4.1.3.3036
;-HatchKit 4 Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=INCH
*16x4oneThird,
;%TYPE=MODEL
0,0,0,5.33333333,4
90,0,0,-4,5.33333333,4,-8

 

hth,

Hugh Adamson

 

 

 

0 Likes
Message 7 of 10

jay_imming
Explorer
Explorer

I am running into a similar issue. However I am trying to do a 12X24 Tile. I copied the 4x16 and attempted to modify it however I end up with the first vertical line every other tile instead of every 3rd. I am not sure what I am missing. 

0, 0, 12, 0, 12
90, 0, 0, 0, 24, 12, -12
90, 8, 12, 0, 24, 12, -12
90, 16, 24, 0, 24, 12, -12

 

0 Likes
Message 8 of 10

hugha
Collaborator
Collaborator
Try:

;%VERSION=3.0
;%UNITS=INCH
*24x12Third,HatchKit QuickFill: Stretcher bond
;%TYPE=MODEL
0,0,0,8,12
90,0,0,-12,8,12,-24

hth,

Hugh Adamson
www.hatchkit.com.au
0 Likes
Message 9 of 10

cfagan13
Observer
Observer

Hi Kyle, first time using Pattycake and I've successfully made my own tile pattern but now I don't know how to import it into Revit to use. Help pls.

0 Likes
Message 10 of 10

ToanDN
Consultant
Consultant

@cfagan13 wrote:

Hi Kyle, first time using Pattycake and I've successfully made my own tile pattern but now I don't know how to import it into Revit to use. Help pls.


Save what you have created to a .pat file and create a custom fill pattern in Revit using that file.

0 Likes