+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 26
  1. #1
    Full Member
    Using
    AutoCAD LT 2012
    Join Date
    Aug 2011
    Posts
    36

    Unhappy Terrible Hatch pattern issues!

    Registered forum members do not see this ad.


    Hi, I need to create a hatch pattern for a flooring tile that we have currently starting using and I am having real issues getting it to work!!
    The pattern is meant to be tiles set in a brick type style but with a rolling offset, but the tiles are different sizes - I have one row of 300x600, then a second row of 148 x 600, then another row of 300x600, then another 300x600, then a row of 148x 600, followed by another 148x600. This is the pattern end and needs to repeat itself. I have attached a line drawing of what it needs to look like.

    I can get a very basic line drawing showing 300mm and 148mm for the first two lines but then it all goes wrong!

    Any help would be greatly appreciated as it is driving me mad!!!!!
    Attached Images

  2. #2
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    2,993

    Default

    Can you get access to a workstation with AutoCAD full? This way can use the tool recommended here to create desired pattern.

    If not, it will help if will post the pattern you defined to allow someone to take a look and try to correct it.
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  3. #3
    Full Member
    Using
    AutoCAD LT 2012
    Join Date
    Aug 2011
    Posts
    36

    Default

    Unfortunately no access to AutoCad full. I started trying just to get the horizontal lines correct - 0, 0,0, 0,300 etc then I added my next row of 148 - 0, 0,0, 0,448. this gives me a first horizontal line at 300mm up and then the second line 148mm higher - but the problem starts after that as each of those lines then repeats itself ( at 300 and then at 44 which makes it a real mess (AAHHH!)

    Is there a way to stop them from repeating? Is this even possible?!!!

  4. #4
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    2,993

    Default

    Please check if this is what you are looking for:
    Code:
    *Elisabeth83,Elisabeth's tiles
    180,0.22321429,0.88988095,0,1,0.22321429,-0.77678571
    90,0.22321429,0.7797619,0,1,0.11011905,-0.88988095
    0,0,0.7797619,0,1,0.22321429,-0.77678571
    270,0.89285714,0.33333333,0,1,0.11011905,-0.88988095
    270,0.66964286,0.22321429,0,1,0.22321429,-0.77678571
    270,0.44642857,0.33333333,0,1,0.11011905,-0.88988095
    90,0.89285714,0.22321429,0,1,0.11011905,-0.88988095
    270,0.22321429,0.22321429,0,1,0.22321429,-0.77678571
    90,0.66964286,0,0,1,0.22321429,-0.77678571
    270,0.66964286,0.55654762,0,1,0.22321429,-0.77678571
    270,0.22321429,0.55654762,0,1,0.22321429,-0.77678571
    90,0.66964286,0.33333333,0,1,0.22321429,-0.77678571
    270,0.89285714,0.7797619,0,1,0.22321429,-0.77678571
    270,0.44642857,0.7797619,0,1,0.22321429,-0.77678571
    90,0.89285714,0.55654762,0,1,0.22321429,-0.77678571
    270,0.66964286,0.88988095,0,1,0.11011905,-0.88988095
    270,0.89285714,1,0,1,0.11011905,-0.88988095
    270,0.44642857,1,0,1,0.11011905,-0.88988095
    90,0.89285714,0.88988095,0,1,0.11011905,-0.88988095
    270,0,1,0,1,0.11011905,-0.88988095
    90,0.44642857,0.88988095,0,1,0.11011905,-0.88988095
    0,0,0.88988095,0,1,1,0
    270,0.22321429,0.88988095,0,1,0.11011905,-0.88988095
    90,0.66964286,0.7797619,0,1,0.11011905,-0.88988095
    270,0,0.7797619,0,1,0.22321429,-0.77678571
    180,1,0.7797619,0,1,1,0
    90,0.44642857,0.55654762,0,1,0.22321429,-0.77678571
    0,0,0.55654762,0,1,1,0
    180,0.22321429,0.55654762,0,1,0.22321429,-0.77678571
    90,0.22321429,0.33333333,0,1,0.22321429,-0.77678571
    0,0,0.33333333,0,1,0.22321429,-0.77678571
    270,0,0.33333333,0,1,0.11011905,-0.88988095
    180,1,0.33333333,0,1,1,0
    90,0.44642857,0.22321429,0,1,0.11011905,-0.88988095
    0,0,0.22321429,0,1,1,0
    180,0.22321429,0.22321429,0,1,0.22321429,-0.77678571
    90,0.22321429,0,0,1,0.22321429,-0.77678571
    0,0,0,0,1,1,0
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  5. #5
    Forum Deity
    Using
    AutoCAD 2002
    Join Date
    Sep 2006
    Location
    East Sussex, U.K.
    Posts
    2,965

    Default

    I would comment that the pattern does not seem to be repeating symmetrically. What happens at the top boundary? Do the bottom two lines repeat at the edge? Perhaps a hatch is not possible

  6. #6
    Senior Member Blackfish's Avatar
    Using
    AutoCAD LT 2012
    Join Date
    Apr 2012
    Posts
    182

    Default

    Maybe something simple like that...
    Code:
    *ELISABETH83,Elisabeth's Fooring
    0, 0,0, 0,1.344
    0, 0,.148, 0,1.344
    0, 0,.296, 0,1.344
    0, 0,.596, 0,1.344
    0, 0,.744, 0,1.344
    0, 0,1.044, 0,1.344
    90, 0,0, 0,.6, .148,-1.196
    90, .3,.148, 0,.6, .148,-1.196
    90, .15,.296, 0,.6, .3,-1.044
    90, .3,.596, 0,.6, .148,-1.196
    90, .45,.744, 0,.6, .3,-1.044
    90, .15,1.044, 0,.6, .3,-1.044
    Elisabeth83.jpg
    LT is still AutoCAD

  7. #7
    Senior Member
    Using
    not applicable
    Join Date
    Nov 2006
    Location
    Melbourne Australia
    Posts
    181

    Default

    Try this pattern of staggered tiles of varying heights - if the verticals aren't exactly where you want them then adjust their x co-ordinates (second value on each line commencing with 90,... or -90,...)

    *ELISABETH83,Bespoke Tile Flooring
    ;------------------------------------------------------------------------
    ; Pattern written by HatchKit v2.7 Hatch Pattern Editor
    ; HatchKit v2.7 Hatch Pattern Editor(c) Cadro Pty Ltd 1990-2012.
    ; www.hatchkit.com.au
    ;------------------------------------------------------------------------
    ;-Template=NEW,
    ;-Date =30/05/2012
    ;-Time =4:09:45 PM
    ;-HatchKitVersion=2.7.1.1995
    ;------------------------------------------------------------------------
    0,0,1344,0,1344
    -90,148,1344,0,600,148,-1196
    90,-74,1048,0,600,148,-1196
    90,74,748,0,600,300,-1044
    90,296,448,0,600,300,-1044
    90,148,300,0,600,148,-1196
    90,0,0,0,600,300,-1044
    0,0,1196,0,1344
    0,0,1048,0,1344
    0,0,748,0,1344
    0,0,448,0,1344
    0,0,300,0,1344


    hth,

    Hugh Adamson
    www.cadro.com.au

  8. #8
    Senior Member Blackfish's Avatar
    Using
    AutoCAD LT 2012
    Join Date
    Apr 2012
    Posts
    182

    Default

    Wow, I did the same pattern by hand (10 hours earlier!) as hatch pattern editor
    LT is still AutoCAD

  9. #9
    Senior Member
    Using
    not applicable
    Join Date
    Nov 2006
    Location
    Melbourne Australia
    Posts
    181

    Default

    You're most welcome - it's a very simple pattern and took but a minute or two to do.

    But I'm very curious as to why a tiling hatch pattern should be specified in metres. In my local experience building CDs are drawn in mm.

  10. #10
    Forum Deity
    Using
    AutoCAD 2002
    Join Date
    Sep 2006
    Location
    East Sussex, U.K.
    Posts
    2,965

    Default

    Registered forum members do not see this ad.

    The OP gave dimensions in mm, and some of the hatch patterns submitted look as if they need a curious scale factor to give the actual dimensions needed.

    How about the grout space, or are the tiles glued edge to edge?

Similar Threads

  1. New Hatch Pattern
    By heartache in forum AutoCAD Beginners' Area
    Replies: 5
    Last Post: 11th May 2012, 10:50 am
  2. Hatch pattern error, making a "Hatch Code" .pat
    By SDSinc in forum AutoCAD General
    Replies: 4
    Last Post: 18th Jan 2011, 03:25 pm
  3. Hatch pattern
    By Carol in forum AutoCAD General
    Replies: 2
    Last Post: 25th Jan 2006, 06:28 pm
  4. How to put hatch pattern
    By Adesu in forum AutoCAD General
    Replies: 4
    Last Post: 16th Mar 2004, 07:24 am

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts