active
Joined: Mon, Sep 17, 2007
2 Posts No Rating |
Can someone please help with creating the code for this tile pattern?! I have been trying to use the tutorial in the help menu with no luck.
It consists of 12x24, 3x12, 3x6, and 6x24 sized tiles.
Thank you!!!
|
active
Joined: Tue, Jan 27, 2004
80 Posts
 |
Try this:
;%VERSION=3.0
;%UNITS=INCH
*NEWTILE
;%TYPE=MODEL
;-------------------------------------------------------------------------------
; Pattern written by HatchKit v2.7 Hatch Pattern Editor
; HatchKit v2.7 Hatch Pattern Editor(c) Cadro Pty Ltd 1990-2008.
; www.hatchkit.com.au
;-------------------------------------------------------------------------------
;-Template=NEW,
;-Source =C:\Documents and Settings\Hugh\Desktop\test\NEWTILE.PAT
;-Date =8/08/2011
;-Time =08:09:19 AM
;-------------------------------------------------------------------------------
90,24,6,0,27,12,-6
90,3,0,0,27,6,-12
90,0,0,0,27
0,0,6,0,18
0,0,0,0,18
-----------------------------------
Hugh Adamson
www.hatchkit.com.au |
active
Joined: Mon, Sep 17, 2007
2 Posts No Rating |
Wow thank you so much! I realized I got the first line down but that was it... I had wasted three hours trying to figure it out from scratch and I forgot about the Hatchkit resource.
|