Revit Fill Patterns

Revit Fill Patterns

cslatteryAXGRE
Advocate Advocate
2,080 Views
9 Replies
Message 1 of 10

Revit Fill Patterns

cslatteryAXGRE
Advocate
Advocate

I am trying to create new fill patterns. I keep getting the message "No Drafting" type patterns found.

This is the pattern I am trying to make. I happens when trying to make any pattern. Does anyone have any idea as to why I am getting this message.

 

;%UNITS=INCH
*ANSI33, ANSI33
;%TYPE=DRAFTING
45, 0,0 0,.25
45, .176,0 0,.25, .125.-.0625

0 Likes
Accepted solutions (2)
2,081 Views
9 Replies
Replies (9)
Message 2 of 10

barthbradley
Consultant
Consultant

Try putting *ANSI33, ANSI33 on top line.  

0 Likes
Message 3 of 10

hugha
Collaborator
Collaborator
Accepted solution


The error message is correct but unhelpful, errors should read:
Comma missing from line 4.
Comma missing from line 5.
Bad number specified in line 5.

Try:
;%UNITS=INCH
*ANSI33, ANSI33
;%TYPE=DRAFTING
45, 0,0,0,.25
45, .176,0,0,.25, .125,-.0625

hth,
Hugh Adamson
www.hatchkit.com.au

0 Likes
Message 4 of 10

mhiserZFHXS
Advisor
Advisor
Accepted solution

Just FYI, pyRevit has an extremely simple and easy to use tool for drawing your own custom hatch patterns.

0 Likes
Message 5 of 10

cslatteryAXGRE
Advocate
Advocate

Thanks everyone. I will try.

0 Likes
Message 6 of 10

cslatteryAXGRE
Advocate
Advocate

Is there a way to have all custom patterns in one pattern file or do they have to all be in their own separate files?

0 Likes
Message 7 of 10

ToanDN
Consultant
Consultant

One PAT file for each pattern.  However, if you use pyRevit, you can have a revit file for all of your patterns and filled regions without any PAT files, then you can transfer project standards to bring them in your projects.

0 Likes
Message 8 of 10

cslatteryAXGRE
Advocate
Advocate

How does the default Revit.pat file get away with having all of them in one file?

 

I installed pyRevit. It seems to work pretty good.

 

I do have an rvt file and an rfa file with patterns in them and I do use Transfer Project Standards, but I am just trying to get some others in there. 

0 Likes
Message 9 of 10

ToanDN
Consultant
Consultant

@cslatteryAXGRE wrote:

How does the default Revit.pat file get away with having all of them in one file?

 

I installed pyRevit. It seems to work pretty good.

 

I do have an rvt file and an rfa file with patterns in them and I do use Transfer Project Standards, but I am just trying to get some others in there. 


Sorry.  What I mean is if you pyRevit to generate the PAT files then it saves each pattern to one PAT file.  You can merge multiple PAT files into one PAT manually using a text editor.  But if you already use pyRevit then it is not necessary to keep the PAT file al all.

0 Likes
Message 10 of 10

cslatteryAXGRE
Advocate
Advocate

I just installed pyRevit today. 

0 Likes