help with a hatch pattern

help with a hatch pattern

Anonymous
Not applicable
1,769 Views
4 Replies
Message 1 of 5

help with a hatch pattern

Anonymous
Not applicable

Hello everyone

I'm trying to create a hatch pattern for two different sized tiles.

 

I want a 600Hx300W plank tile. Followed by a 600x600 tile. The tiles rows should be offset by 600.

Please look at the image attached.

 

 

I'm really trying to get this right... 

Any help would be GREATLY appreciated!

0 Likes
Accepted solutions (1)
1,770 Views
4 Replies
Replies (4)
Message 2 of 5

ennujozlagam
Mentor
Mentor
Hello, you can try use this hatch pattern customize, some explanations and videos in this website. Thanks

www.hatchkit.com.au




Remember : without the difficult times in your LIFE, you wouldn't be who you are today. Be grateful for the good and the bad. ANGER doesn't solve anything. It builds nothing, but it can destroy everything...
Please mark this response as "Accept as Solution" if it answers your question. Kudos gladly accepted.
0 Likes
Message 3 of 5

sgoodmansen
Advocate
Advocate

I really like Hatch22 for these kind of patterns.  pretty affordable, and faster than trying to edit text files.

0 Likes
Message 4 of 5

hugha
Collaborator
Collaborator

try this:

 

;-------------------------------------------------------------------------------

;        Written by HatchKitCS 

;        HatchKitCS (c)1990-2017 Cadro Pty Ltd 

;        www.hatchkit.com.au

;-------------------------------------------------------------------------------
;-Date                                   : 14/09/2017 
;-Time                                   : 12:57:03 PM

;-HatchKitCS Version                     : 3.1.10.2730 

;-HatchKitCS Output Filetype             : Revit with HatchKit Add-In 

;-------------------------------------------------------------------------------     
;%VERSION=3.0
;%UNITS=MM
*Andrew6P9V9,600x600mm, 300x600, bond 1/3
;%TYPE=MODEL
90,-600,0,600,300,600,-1200
90,0,0,600,300,600,-1200
0,0,0,0,600

 

 

Hatchkit and the HatchKit Add-in work with Revit 2018 and prior versions from 2013 onwards.

 

The pattern has a skewed arrangement requiring 3 defining elements whereas any rectangular arrangement would require 6. 

 

 

hope this helps

 

Hugh Adamson

 

www.hatchKit.com.au

 

 

 

 

0 Likes
Message 5 of 5

hugha
Collaborator
Collaborator
Accepted solution

Elsewhere In the AutoCAD forum the enquirer allowed that to avoid the issues arising from his choice of tilesize and spacing ensuing from 3mm grout between tiles that the larger tile could be increased to size 603 wide by 600 high therby adsorbing the 3mm grout joint.  Any change in appearance of the pattern by doing this would be imperceptible in practice.

 

Anyway here's the grouted pattern with 3mm grout and a widened tile:

 

Adopting a slightly larger tile that won't markedly affect the overall appearance is a very sensible and  pragmatic solution.

 

;-------------------------------------------------------------------------------
;        Written by HatchKitCS
;        HatchKitCS (c)1990-2017 Cadro Pty Ltd
;        www.hatchkit.com.au
;-------------------------------------------------------------------------------

;%VERSION=3.0
;%UNITS=MM
*tiles300and603

;%TYPE=MODEL
-90,1.5,-1.5,603,303,600,-1209
0,1.5,-601.5,303,-603,603,-306
0,1.5,-1.5,303,-603,603,-306
180,-1.5,-1.5,-303,603,300,-609
-90,-301.5,-1.5,603,303,600,-1209
-90,-1.5,-1.5,603,303,600,-1209
0,-301.5,-601.5,303,-603,300,-609
-90,604.5,-1.5,603,303,600,-1209

 

 

 This is also a skewed pattern that does not rely on the rectangular arrangement.

 imposed by all other hatch pattern utilities. 

 

This pattern if defined with a rectangular arrangement requires a larger template consisting of 16 elements.

 

 

0 Likes