By James Philip
Revit accepts the same format Hatch pattern as AutoCAD, which is the *.pat file extension which is editable using notepad. However, a few extra lines of code need to be added before it is imported into Revit. The *.pat file looks like this.
*HBFLEMET,Brickworkflemishbond Free patterns from www.cadhatch.com
0,0,10,0,150,215,-122.5
0,0,75,0,150,215,-122.5
0,225,10,0,150,102.5,-235
0,225,75,0,150,102.5,-235
90,0,10,150,337.5,65,-85
90,215,10,150,337.5,65,-85
90,225,10,150,337.5,65,-85
90,327.5,10,150,337.5,65,-85
0,168.8,85,0,150,215,-122.5
0,168.8,150,0,150,215,-122.5
90,168.8,85,150,337.5,65,-85
90,46.3,85,150,337.5,65,-85
0,56.3,85,0,150,102.5,-235
0,56.3,150,0,150,102.5,-235
90,56.3,85,150,337.5,65,-85
90,158.8,85,150,337.5,65,-85
There are two options when importing a pattern file into Revit. These are Drafting or Model and *.pat file must have lines of code to accept these options, also the units of the hatch must be stated so that scaling problems do not occur. The amended *.pat file is below.
;%VERSION=3.0
;%UNITS=MM
*HBFLEMET,Brickworkflemishbond Free patterns from www.cadhatch.com
;%TYPE=MODEL
;%TYPE=Drafting
0,0,10,0,150,215,-122.5
0,0,75,0,150,215,-122.5
0,225,10,0,150,102.5,-235
0,225,75,0,150,102.5,-235
90,0,10,150,337.5,65,-85
90,215,10,150,337.5,65,-85
90,225,10,150,337.5,65,-85
90,327.5,10,150,337.5,65,-85
0,168.8,85,0,150,215,-122.5
0,168.8,150,0,150,215,-122.5
90,168.8,85,150,337.5,65,-85
90,46.3,85,150,337.5,65,-85
0,56.3,85,0,150,102.5,-235
0,56.3,150,0,150,102.5,-235
90,56.3,85,150,337.5,65,-85
90,158.8,85,150,337.5,65,-85
Once edited the *’pat file is saved in the same place as the revit.pat file.
To import into Revit, select the Manage tab and choose Additional Settings. From the drop down menu, select Fill patterns. See Fig 1
Fig 1
The following dialogue box appears. First choose whether to create a Drafting or Model Hatch. Drafting for the annotation objects and Model for 3D objects and Elevations. Select the new button. See Fig 2 Fig 2
In the dialogue box that appears choose the Custom option. Then select the Import. button. See Fig 3 Fig 3
Navigate to the *.pat file and select it. See Fig 4 Fig 4
Choose the file in the import list. The Units and import scale are displayed. Then select OK. See Fig 5Fig 5
Fig 6
The pattern is imported and appears in the pattern list. Then Select OK. See Fig 6.
Comments
0 comments
Please sign in to leave a comment.