Results 1 to 10 of 10

Thread: Fill Pattern

  1. #1
    100 Club
    Join Date
    2009-04
    Location
    London, UK
    Posts
    146
    Login to Give a bone
    0

    Default Fill Pattern

    Hi,

    I'd like to change a fill pattern from 'model' to 'drafting' which I read needs to be changed in the pat file.

    Does anyone know where I can find this file?

    I have found one though but this one doesnt incorporate the hatch I have imported from AutoCAD.

    Regards,

    Stephan

  2. #2
    I could stop if I wanted to
    Join Date
    2004-01
    Location
    Columbus OH
    Posts
    465
    Login to Give a bone
    0

    Default Re: Fill Pattern

    The pattern file should be in your Revit directory under Data, there are two files, revit.pat and revit metric.pat. Open the one you need with notepad and there will be a bunch pattern definitions that look like the following.

    *Block 200x400, 190x390mm blocks running bond 10mm joint
    ;%TYPE=MODEL
    0, 0, 0, 0, 200
    90, 0, 0, 200, 200, 200, -200

    To change this from a model pattern to a drafting pattern just edit the line
    ;%TYPE=MODEL
    to
    ;%TYPE=DRAFTING
    and then save. I prefer to duplicate the pattern definition and then edit it so things don't break unexpectedly.

  3. #3
    100 Club
    Join Date
    2009-04
    Location
    London, UK
    Posts
    146
    Login to Give a bone
    0

    Default Re: Fill Pattern

    Thanks Eric,

    I found these files and am able to read them.

    The problem I have is as follows.

    I have imported a dwg with a hatch that I need, than exploded the dwg, which creates a new fill pattern.

    The hatch becomes a 'model' fill pattern, I need it to be a 'drafting' fill pattern.

    Unfortunately this hatch appears not to be 'added' to the revit.pat nor the revit metric.pat. file.

    So my question is where is saved? or is there another way to change it to a 'drafting' file pattern?

    Regards

  4. #4
    Active Member
    Join Date
    2008-11
    Posts
    73
    Login to Give a bone
    0

    Default Re: Fill Pattern

    Unfortunately, the pattern isn't saved in a *.pat format anywhere. Once it's defined in the project, it lives in the project.

    There is no way to change it from Model to Drafting.

  5. #5
    I could stop if I wanted to
    Join Date
    2004-01
    Location
    Columbus OH
    Posts
    465
    Login to Give a bone
    0

    Default Re: Fill Pattern

    Didn't realize your exact issue the first time around but this should get you on your way.
    You'll need to find the acad.pat file that AutoCAD is using. Open that with Notepad and search through it for the specific hatch pattern that you need in Revit, once you find it copy/paste into the Revit.pat file. Besure you add the
    ;%TYPE=DRAFTING
    line and double check the formatting so that Revit understands it correctly.
    Let me know if you have other trouble.

  6. #6
    100 Club
    Join Date
    2009-04
    Location
    London, UK
    Posts
    146
    Login to Give a bone
    0

    Default Re: Fill Pattern

    I cant get it to work ;(

    below are the lines that I have added to both the revit.pat and revit metric.pat files, as I wasnt sure which one it has to be.

    *StephanS, Test
    ;%TYPE=DRAFTING
    0, 0, 0, 0, 8
    90, 0, 0, 8, 8, 8, -8


    I would assume that once added and saved the new filler pattern 'StephanS' should appear in the drafting pattern list but it dosent.

    Even after restarting the application and and starting a new project?

    BTW, get all imported AutoCAD hatches converted into 'model' fill pattern or is there a way of deciding whether they become 'drafting' or 'model' patterns without changing the pat files?

    Basically all Im trying to do is 'use' an AutoCAD hatch for my walls in section which I believe they have to be 'drafting' fill patterns?


    Regards.

  7. #7
    All AUGI, all the time Elmo's Avatar
    Join Date
    2005-04
    Location
    South Africa
    Posts
    959
    Login to Give a bone
    0

    Default Re: Fill Pattern

    Stephen I would rather make a seperate *.pat file and not add that string to the original *.pat files. Then load that .pat file into your project by going to Manage>Settings>Fill Patterns. This way you know it will be loaded to your project correctly. Another suggestion would be to add the .pat file your actual template file.

  8. #8
    100 Club
    Join Date
    2009-04
    Location
    London, UK
    Posts
    146
    Login to Give a bone
    0

    Default Re: Fill Pattern

    Thank you very much, I think Im almost there

    The pattern Im trying to create is similar to below


    || || || || || ||


    I have used the following settings:


    *Stepha, test
    ;%TYPE=DRAFTING
    89, 0, 0, 0, 0.14
    89, 0, 2, 0, 0.14

    The issue I have is that as soon as I change the angle from 89 to 90 the pattern changes into the following:


    | | | | | | (lines equally spaced) which I dont want,

    Am I doing something wrong?

    Regards,

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

    Default Re: Fill Pattern

    *Stepha, test
    ;%TYPE=DRAFTING
    89, 0, 0, 0, 0.14
    89, 0, 2, 0, 0.14
    You have your x and y mixed up
    *Stepha, test
    ;%TYPE=DRAFTING
    90, 0, 0, 0, 0.14
    90, 2, 0, 0, 0.14

  10. #10
    100 Club
    Join Date
    2009-04
    Location
    London, UK
    Posts
    146
    Login to Give a bone
    0

    Default Re: Fill Pattern

    That worked!....thank you very much.

Similar Threads

  1. Replies: 1
    Last Post: 2013-01-28, 12:52 PM
  2. Replies: 0
    Last Post: 2011-12-20, 08:47 PM
  3. Fill Pattern
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2010-09-17, 04:25 AM
  4. Color fill (Fill pattern) not updating
    By tonyisenhoff in forum Revit Architecture - General
    Replies: 4
    Last Post: 2006-10-23, 07:13 PM
  5. Cut fill Pattern
    By dpatera1 in forum Revit Architecture - General
    Replies: 1
    Last Post: 2005-04-21, 08:14 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
  •