HELP HATCH PATTERN

This widget could not be displayed.

HELP HATCH PATTERN

Anonymous
Not applicable

Anyone can help me on this i need 240X160X3mm gap but i can't get this pattern in revit

 

Capture.PNG

0 Likes
Reply
Accepted solutions (1)
1,575 Views
11 Replies
Replies (11)

hugha
Collaborator
Collaborator

Try this:

 

;-------------------------------------------------------------------------------
; Written by HatchKit Team Edition
; HatchKit Team Edition (c)1990-2019 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2020-02-06
;-Time : 21:54:56
;-HatchKit Team Edition Version : 3.1.11.2776
;-HatchKit Team Edition Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=MM
*160x240+3,RUNNING HORIZONTAL 160 x 240 w 3 mm gap
;%TYPE=MODEL
90,0,0,243,81.5,240,-246
0,0,240,-81.5,-243,160,-3
-90,160,240,243,81.5,240,-246
180,160,0,81.5,243,160,-3

 

 

 

hth,

Hugh Adamson

 

Anonymous
Not applicable

You can use PyRevit, and you can make the pattern easily with it. https://pyrevit.readthedocs.io/en/latest/pyrevit/init.html

 

0 Likes

indiana_j0nes
Collaborator
Collaborator

Hey @Anonymous 

 

I would suggest https://pattycake.io/pat

Check it out.. its online and very intuitive..

Its a really great tool.

Cheers, K

Kunal Tuljaram Gaidhankar

EESignature

Anonymous
Not applicable

Really appreciate your help but the pattern is wrong my is running vertical can u tell me how u do it because i have HatchKit too free version

0 Likes

Anonymous
Not applicable

i have try it up but how to i know the dimension?

0 Likes

martijn_pater
Advisor
Advisor

See attached (made using PyRevit).

 

tiles160x240_dimensions.png

0 Likes

Pattycake_Kyle
Advocate
Advocate
Accepted solution

Made with our DXF to PAT generator. If you are having problems with understanding the platform, please reach out hi@pattycake.io --- we are always looking for ways to improve the service 👍

 

One complex (with 3mm grout): https://pattycake.io/official/pat/YlVLdmAXyEM

One simple (without grout): https://pattycake.io/official/pat/v2A3m8vw18e

 

Think you might want to use the without grout for documentation... 3mm joints are a bit too dense and wont read depending on scale. The simple one has tiles 163x243 to accurately represent CL of grout to CL of grout.

 

Pattycake, PattycakePattycake, Pattycake

 

Cheers :birthday_cake::birthday_cake::birthday_cake::birthday_cake::birthday_cake::birthday_cake::birthday_cake::birthday_cake:

 

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

hugha
Collaborator
Collaborator

My apologies for the delay in providing this corrected pattern:

 

;%VERSION=3.0
;%UNITS=MM
*160x240+3
;%TYPE=MODEL
180,0,0,163,121.5,160,-166
90,-160,0,-121.5,-163,240,-3
0,-160,240,163,121.5,160,-166
-90,0,240,-121.5,-163,240,-3

 

The pattern has four grids as it is arranged with offsets set at angles to place the tile repetitions naturally.

Patterns built with orthogonal offsets typically require more definition lines to complete the pattern as demonstrated by patterns created with generators requiring the pattern sample to be built within a rectangle. 

 

This, the earlier pyrevit pattern from martijn.pater as extracted from the  .rvt file contains 10 grids.

 

;;*************************************************
;%VERSION=3.0
;%UNITS=MM
;;*************************************************
*Tiles 160x240mm-3mm gap,HatchKit Fill Manager
;%TYPE=MODEL
;;*************************************************
0,0,0,0,-243,160,-166
90,0,0,0,326,240,-3
180,160,240,0,243,160,-166
90,160,0,0,326,240,-3
0,163,121.5,0,-243,160,-166
90,323,121.5,0,326,121.5,-121.5
90,163,0,0,326,118.5,-124.5
180,323,118.5,0,243,160,-166
90,323,0,0,326,118.5,-124.5
90,163,121.5,0,326,121.5,-121.5

 

 

hth,

Hugh Adamson

 

0 Likes

martijn_pater
Advisor
Advisor

@hugha wrote:

...contains 10 grids.


I seriously doubt he's going to cover acres with that tile pattern. I'm all for keeping files as clean as possible, but I would question at what point that would actually become noticable… I appreciate the 'critique' though, so perhaps next time I'll run it through Hatchkit.;) Did you use that to extract the hatch aswell?

RDAOU
Mentor
Mentor

@Anonymous 

 

Considering that I hate cosmetic add-ins and do not really like PyRevit's coding … the below was generated in excel 😛 .Pat file attached...however, 3mm is pretty much too small to show up in your print outs unless you are printing scale 1:5 to 1:1 !!

 

Pattern.png

;;*********************************************
;%UNITS=MM *Staggered_Vertical,160x240 3mm Joint - RDAOU ;%TYPE=MODEL
;;********************************************* 0,0,0,0,486,160,-3 0,0,246,0,486,160,-3 0,81.5,243,0,486,160,-3 0,81.5,489,0,486,160,-3 90,0,0,0,163,-246,240 90,-3,0,0,163,-246,240 90,81.5,243,0,163,-246,240 90,78.5,243,0,163,-246,240

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes

hugha
Collaborator
Collaborator

>I'm all for keeping files as clean as possible, but I would question at what point that would actually become noticable.

 

Two occasions where it can are

1.  in sussing how the pattern can repeat exactly within a enclosing rectangle in the first place.  

2. where solving the above results in a much heavier pattern than one with no internal redundancy.

 

And yes,  HatchKit can extract fill patterns to text files 🙂

0 Likes