Results 1 to 4 of 4

Thread: 4" x 24" 1/3 running bond pattern in autoCAD

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2016-07
    Posts
    1
    Login to Give a bone
    0

    Default 4" x 24" 1/3 running bond pattern in autoCAD

    I have been trying for hours... Can someone please help me create this PAT file. Thank you.

  2. #2
    Super Moderator dkoch's Avatar
    Join Date
    2003-03
    Location
    Philadelphia, PA
    Posts
    2,392
    Login to Give a bone
    0

    Default Re: 4" x 24" 1/3 running bond pattern in autoCAD

    Perhaps something like this will do?
    Code:
    *Tile_4x24, Tile one-third overlap
    0,  0,0, 0,4
    90, 0,0, 4,8, 4,-8
    Attached Files Attached Files

  3. #3
    Login to Give a bone
    0

    Default Re: 4" x 24" 1/3 running bond pattern in autoCAD

    that is great. i found a
    12x24 running bond 1/3 offset

    *1-3rd_12x24_RB
    -90,8,24,0,24,12,-24
    -90,0,36,0,24,12,-24
    -90,16,12,0,24,12,-24
    0,6,36,0,36
    0,4,24,0,36
    0,2,12,0,36

    but i also need a
    6x36 running bond 1/3 offset
    and
    6x36 running bond 1/2 offset
    and
    12x24 running bond ALTERNATE 1/3 offset

    I AM REALY STUCK , please help

  4. #4
    Super Moderator dkoch's Avatar
    Join Date
    2003-03
    Location
    Philadelphia, PA
    Posts
    2,392
    Login to Give a bone
    0

    Default Re: 4" x 24" 1/3 running bond pattern in autoCAD

    Quote Originally Posted by dustin692884 View Post
    that is great. i found a
    12x24 running bond 1/3 offset

    *1-3rd_12x24_RB
    -90,8,24,0,24,12,-24
    -90,0,36,0,24,12,-24
    -90,16,12,0,24,12,-24
    0,6,36,0,36
    0,4,24,0,36
    0,2,12,0,36

    but i also need a
    6x36 running bond 1/3 offset
    and
    6x36 running bond 1/2 offset
    and
    12x24 running bond ALTERNATE 1/3 offset

    I AM REALLY STUCK , please help
    Sorry I did not see this sooner. The following patterns are also included in the attached ZIP file.

    The 12x24 1/3 running bond can be done more simply:
    Code:
    *Tile_12x24, Tile one-third overlap
    0,  0,0, 0,12
    90, 0,0, 12,8, 12,-24
    The 6x36 1/3 running bond pattern is similar, with different numbers:
    Code:
    *Tile_6x36, Tile one-third overlap
    0,  0,0, 0,6
    90, 0,0, 6,12, 6,-12
    The 6x36 1/2 running bond:
    Code:
    *Tile_6x36_Half, Tile one-half overlap
    0,  0,0, 0,6
    90, 0,0, 6,18, 6,-6
    If by 1/3 alternate you mean having a 1/3 offset in the row above and then having the third row align with the first, this will do that for a 12x24 tile:
    Code:
    *Tile_12x24_onethird_alternate, Tile one-third overlap alternate
    0,  0,0, 0,12
    90, 0,0, 0,24, 12,-12
    90, 8,12, 0,24, 12,-12
    I hope this helps.
    Attached Files Attached Files

Similar Threads

  1. One Third Overlap Running Bond Hatch Pattern
    By pashley in forum Revit Architecture - Tips & Tricks
    Replies: 3
    Last Post: 2016-09-12, 07:33 PM
  2. 300x500mm Running Bond Hatch Pattern
    By cdatechguy in forum AutoCAD Customization
    Replies: 4
    Last Post: 2014-08-06, 02:42 PM
  3. Replies: 0
    Last Post: 2012-06-06, 11:54 AM
  4. Vertical Reveals for Running Bond Pattern
    By allen_angle in forum Revit - Platform
    Replies: 3
    Last Post: 2009-09-11, 03:12 PM
  5. Replies: 2
    Last Post: 2008-11-17, 02:17 PM

Posting Permissions

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