I am trying to create a simple hatch pattern of a cross-weave brick pattern. Is there any way to do this?
I am trying to create a simple hatch pattern of a cross-weave brick pattern. Is there any way to do this?
It's a 16*16 paver but actual size is 15 7/8*15 7/8. I know I can ARRAY it then need to disassociate the array to delete where not needed around structures.
It's a 16*16 paver but actual size is 15 7/8*15 7/8. I know I can ARRAY it then need to disassociate the array to delete where not needed around structures.
Try this:=
;-------------------------------------------------------------------------------
; Written by HatchKit 4 Standard Edition
; HatchKit 4 Standard Edition (c)1990-2021 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2021-05-04
;-Time : 13:31:49
;-HatchKit 4 Version : 4.1.3.3016
;-HatchKit 4 Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=INCH
*16x16 basketweave,
;%TYPE=MODEL
0,0,0,16,16,32,-0
0,0,8,16,16,16,-16
90,24,0,16,16,16,-16
90,16,0,16,16,32,-0
hth,
Hugh Adamson
Try this:=
;-------------------------------------------------------------------------------
; Written by HatchKit 4 Standard Edition
; HatchKit 4 Standard Edition (c)1990-2021 Cadro Pty Ltd
; www.hatchkit.com.au/
;-------------------------------------------------------------------------------
;-Date : 2021-05-04
;-Time : 13:31:49
;-HatchKit 4 Version : 4.1.3.3016
;-HatchKit 4 Output Filetype : Revit with HatchKit Add-In
;-------------------------------------------------------------------------------
;%VERSION=3.0
;%UNITS=INCH
*16x16 basketweave,
;%TYPE=MODEL
0,0,0,16,16,32,-0
0,0,8,16,16,16,-16
90,24,0,16,16,16,-16
90,16,0,16,16,32,-0
hth,
Hugh Adamson
Autocad Architecture comes with custom basketweave patterns. Brick_BasketWeave.pat is what you want if you don't want joints. Use a scale factor of 1.
Autocad Architecture comes with custom basketweave patterns. Brick_BasketWeave.pat is what you want if you don't want joints. Use a scale factor of 1.
Can't find what you're looking for? Ask the community or share your knowledge.