See the top rated post in this thread. Click here

Results 1 to 6 of 6

Thread: Revit Hatch Pattern Decoded

  1. #1
    I could stop if I wanted to Chirag Mistry's Avatar
    Join Date
    2004-06
    Location
    Atlanta
    Posts
    254
    Login to Give a bone
    1

    Default Revit Hatch Pattern Decoded

    This is something a collegue of mine put together.
    You can follow these rules to create certain custom patterns using notepad.
    Attached Files Attached Files

  2. #2
    AUGI Addict Scott Hopkins's Avatar
    Join Date
    2003-05
    Location
    Santa Barbara, CA
    Posts
    1,197
    Login to Give a bone
    0

    Default Re: Revit Hatch Pattern Decoded

    Very nice explanation.

    Thanks!

  3. #3
    All AUGI, all the time
    Join Date
    2006-03
    Location
    London, UK
    Posts
    810
    Login to Give a bone
    0

    Default Re: Revit Hatch Pattern Decoded

    In http://new.cadalyst.com/code/members/oct05.zip, one of the lisp routines is Hatch Maker, where you draw in a 1x1 unit square in autocad and export as a pattern file.

    You can then use the hatch scale editor http://new.cadalyst.com/code/members/jan07.zip to change the scale of the apttern, or adjust the scale when importing to Revit.

  4. #4
    Revit Mararishi aaronrumple's Avatar
    Join Date
    2002-02
    Location
    St. Louis, MO
    Posts
    4,695
    Login to Give a bone
    1

    Default Re: Revit Hatch Pattern Decoded

    Note that in the example - you end up with a hatch pattern that over a long distance will result in inaccuracies. 2.667 * 3 = 8.001 Seems small, but on big buildings I've had it result in rounding errors.

    A better pattern definition is:
    0, 0,0, 0, 8
    0, 0,2.667, 0,8
    0, 0,5.334, 0,8
    etc...

    This put the distance between any three lines at exactly 8" spacing.

    Both the AutoCAD and Revit patterns have the small inaccuracy....

  5. #5
    AUGI Addict luigi's Avatar
    Join Date
    2015-11
    Location
    Royal oak, Michigan
    Posts
    1,513
    Login to Give a bone
    0

    Default Re: Revit Hatch Pattern Decoded

    It's good that you pointed that out....it's a huge deal even in a 2 story brick building...I've been meaning to do what you posted, but haven't had the time to modify the pat file....

    Thanks!


    Quote Originally Posted by aaronrumple
    Note that in the example - you end up with a hatch pattern that over a long distance will result in inaccuracies. 2.667 * 3 = 8.001 Seems small, but on big buildings I've had it result in rounding errors.

    A better pattern definition is:
    0, 0,0, 0, 8
    0, 0,2.667, 0,8
    0, 0,5.334, 0,8
    etc...

    This put the distance between any three lines at exactly 8" spacing.

    Both the AutoCAD and Revit patterns have the small inaccuracy....

  6. #6
    Count (Formula) dbaldacchino's Avatar
    Join Date
    2005-07
    Location
    Missouri City, Texas (Houston area)
    Posts
    3,250
    Login to Give a bone
    0

    Default Re: Revit Hatch Pattern Decoded

    How can I take a custom pat file I created and use it in Revit as a model pattern? It says that "No Model Type Patterns found". I know there's another method of importing a dwg with the hatch and exploding it, but I'd rather use the pat file directly. Anything that needs to be added to the pat file for this? Thanks.

    EDIT: Nevermind, got it. Just needed to add ";%TYPE=MODEL" to the pat file.
    Last edited by dbaldacchino; 2007-03-19 at 06:12 PM.

Similar Threads

  1. 2016: Revit hatch pattern oddity.
    By david.metcalf in forum Revit - Platform
    Replies: 2
    Last Post: 2015-06-16, 04:57 PM
  2. Hatch/Pattern Editor in Revit
    By Andre Baros in forum Revit Architecture - Wish List
    Replies: 2
    Last Post: 2014-06-25, 07:46 AM
  3. Revit 2013 - Floor Surface Hatch Pattern
    By J17 in forum Revit Architecture - General
    Replies: 2
    Last Post: 2013-04-10, 04:41 PM
  4. Revit Earth Hatch Pattern
    By rroswall.242547 in forum Revit - Platform
    Replies: 1
    Last Post: 2010-02-17, 10:28 AM
  5. Replies: 5
    Last Post: 2008-03-16, 07:00 AM

Posting Permissions

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