CREATE 200X1200X2MM SPACING HERRINGBONE HATCH PATTERN....
Solved! Go to Solution.
Solved by hugha. Go to Solution.
Hi,
Try this tool to create custom hatch pattern: click here
@Anonymous wrote:
CREATE 200X1200X2MM SPACING HERRINGBONE HATCH PATTERN....
Is the 200 X 1200 size a nominal dimension, i.e. from center to center of 2mm joints? If so, that would not be difficult to define into a pattern. If it's an actual dimension, with the joint widths being outside that size, i.e. 202mm and 1202mm between centers of joints, that could conceivably be done, but would be a very large .pat file.
Try this:
;-------------------------------------------------------------------------------
; Written by HatchKit Team Edition
; HatchKit Team Edition (c)1990-2019 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2019-09-27
;-Time : 06:31:00
;-HatchKit Team Edition Version : 3.1.11.2776
;-HatchKit Team Edition Output Filetype : AutoCAD format
;-------------------------------------------------------------------------------
*200x1200+2,LEFT-HAND 200mmx1200mm weave=1/1
90.0150567,0,0,43250.004288,10.6343724,1200,-44464.0015767
-0.015056704,0,1200,43250.004288,-10.6343724,200,-45464.0015767
-89.9849433,200,1200,43250.004288,10.6343724,1200,-44464.0015767
179.9849433,200,0,43250.004288,-10.6343724,200,-45464.0015767
90.0150567,-1202,1000,43250.004288,10.6343724,200,-45464.0015767
-0.015056704,-1202,1200,43250.004288,-10.6343724,1200,-44464.0015767
-89.9849433,-2,1200,43250.004288,10.6343724,200,-45464.0015767
179.9849433,-2,1000,43250.004288,-10.6343724,1200,-44464.0015767
The offsets and skip lengths are large but necessary.to draw this arrangement.
hth,
Hugh Adamson
@Kent1Cooper wrote:....Is the 200 X 1200 size a nominal dimension, i.e. from center to center of 2mm joints? If so, that would not be difficult to define into a pattern. If it's an actual dimension, with the joint widths being outside that size, i.e. 202mm and 1202mm between centers of joints, that could conceivably be done, but would be a very large .pat file.
For an example of why it matters, see >this<.
[And if you choose to use @hugha 's pattern definition, be aware that its lines are not only not orthogonal when the pattern is used at an orthogonal rotation, but the "parallel" ones are not all precisely parallel [though some are, and those that are not are very close], and the "perpendicular" ones are not perpendicular [and farther off than the "parallel" ones.]
really thanks for kind reply...
but its showing error ..kindly help me to rectify this error...
That message is from Revit. While the pattern file is quite suitable for AutoCAD[1] it appears you are trying to take it into Revit where that message is issued on attempting to use Revit's Fill Manager to load patterns containing large offsets.
You can avoid this size issue by installing our HatchKit Add-In for for Revit which loads such large patterns however this may be a case of perfection being the enemy of the satisfactory. Unless you are seeking to exactly model 2mm grout you may find a simpler herringbone pattern is a) visually sufficient b) lighter weight.
Like this:
;-------------------------------------------------------------------------------
; Written by HatchKit Team Edition
; HatchKit Team Edition (c)1990-2019 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2019-09-27
;-Time : 15:38:28
;-HatchKit Team Edition Version : 3.1.11.2776
;-HatchKit Team Edition Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=MM
*1200x200nogap,LEFT-HAND 1200x200mm weave=1/1
;%TYPE=MODEL
0,0,0,200,-200,1400,-1000
90,1200,0,200,200,1400,-1000
hth,
Hugh Adamson
[1] Suitable that is if you can look past the inaccuracies in producing a practical result for 1200x200mm tiles surrounded by 2mm grout as was defined by 8 elements instead of the 360,000 times as many required for a pattern definition containing perfectly orthogonal elements.
Please kindly provide 200x1200x2mm gap and 400x2400x4mm gap as a output filetype..
HatchKit Team Edition Output Filetype : Revit with HatchKit Add-In
its may be helpful for me...
Please kindly provide 100x600x1mm gap i will scale to double it will change as 200x1200x2mm gap....
this one also its helpful for me.....
For the first request use a text editor to copy this:
;%VERSION=3.0
;%UNITS=MM
*1200x200x2
;%TYPE=MODEL
to replace *patternname,... within the AutoCAD pattern as posted above.
For other magnifications you can quite easily scale the resulting definition to suit.
BTW you can scale loaded patterns within a Revit project and manage their attributes such as name, type and orientation.
hth,
Hugh Adamson
Can't find what you're looking for? Ask the community or share your knowledge.