Exporting PCF Files from Revit 2018

Martin Schmid Martin Schmid July 26, 2017

2 min read

Revit 2018.0 has the ability to generate Piping Component Files (PCF) files from fabrication level of detail piping models using a simple macro.   PCF files are used in the piping industry to automate a variety of process, such as stress analysis, generation of documentation (such as isometrics), and even to automate shop equipment.

The PCF creation engine in Revit 2018 is the same as what was historically in Autodesk Fabrication CADmep, and used by some users to generate isometrics.  As long as you are using Fabrication (ITM) based piping components in Revit, you can use a relatively simple macro to output the PCF file, which will include the pipe, fittings, valves, and hangers.  There are some limitations in our current output, for example, we’re not presently outputting fluid information or pipe wall thickness.

Here’s the scoop on how to create a PCF file from Revit.

Macro Creation

To create the macro, follow these steps:

  1. On the Manage tab > Macro panel > click Macro Manager.
  2. In the Macro Manager window:
    • Select the Application tab.
    • On the right side, under Module, click Create.
  3. In the Create a New Module window:
    • Enter the name MyPipingUtilities
    • Leave the Language as C#.
    • Click OK.
  4. In the Macro Manager window:
    • On the right side, under Module, click Macro
  5. In the Create a New Macro window:
    1. Enter the name ExportSelectionToPCF
    2. Click OK.
  6. The SharpDevelop macro editing environment will open.

You are now ready to write the associated code.

Writing the Code

There will be a pre-populated function block created as shown below.

  1. Between the curly braces, copy and paste the following code:
             Autodesk.Revit.DB.Fabrication.FabricationUtils.ExportToPCF(
                 this.ActiveUIDocument.Document, 
                 this.ActiveUIDocument.Selection.GetElementIds().ToList(), 
                 "C:\\temp\\somefile.pcf"); 

Your end result should look like the following:

That’s it! One line of code (well, four lines to improve readability).

  1. In the SharpDevelop menu.
    • Click Build > Build Solution
    • Click File > Exit
  2. Click Yes if prompted to save your changes.

The code will export the selected Pipe Fabrication Part elements to the filename indicated.  Feel free to refine this code to change the path or further modify to suit your workflow needs.

Testing the Functionality

Now, you can try it out!

  1. In a model with some Pipe Fabrication Parts.
    • Select the elements you want to output.
    • On the Manage tab > Macros panel > click Macro Manager
    • Select the Application tab
    • Expand (if necessary) the tree so you can select ExportSelectionToPCF under MyPipingUtilities.
    • Click Run.
  2. Verify that the file was created in the indicated location.

Sample Result

Once you have the PCF file generated, you can try it out in your targeted workflow.

I used the Plant 3D PCF to ISO feature to generate a single line isometric.

Here’s the original model in Revit.

Here’s the resulting isometric.

We would love to hear your feedback on this functionality, it will help us prioritize the refinement to achieve the workflows important to you.

See Part 2: Exporting PCF Files from Revit 2018 – Part 2 (Assemblies) to learn how to create a PCF file from Revit.

Get AEC updates in your inbox

By clicking subscribe, I agree to receive the AEC newsletter and acknowledge the Autodesk Privacy Statement.

______
icon-svg-close-thick

Cookie preferences

Your privacy is important to us and so is an optimal experience. To help us customize information and build applications, we collect data about your use of this site.

May we collect and use your data?

Learn more about the Third Party Services we use and our Privacy Statement.

Strictly necessary – required for our site to work and to provide services to you

These cookies allow us to record your preferences or login information, respond to your requests or fulfill items in your shopping cart.

Improve your experience – allows us to show you what is relevant to you

These cookies enable us to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we use to deliver information and experiences tailored to you. If you do not allow these cookies, some or all of these services may not be available for you.

Customize your advertising – permits us to offer targeted advertising to you

These cookies collect data about you based on your activities and interests in order to show you relevant ads and to track effectiveness. By collecting this data, the ads you see will be more tailored to your interests. If you do not allow these cookies, you will experience less targeted advertising.

icon-svg-close-thick

THIRD PARTY SERVICES

Learn more about the Third-Party Services we use in each category, and how we use the data we collect from you online.

icon-svg-hide-thick

icon-svg-show-thick

Strictly necessary – required for our site to work and to provide services to you

Qualtrics
W
Akamai mPulse
W
Digital River
W
Dynatrace
W
Khoros
W
Launch Darkly
W
New Relic
W
Salesforce Live Agent
W
Wistia
W
Tealium
W
Upsellit
W
CJ Affiliates
W
Commission Factory
W
Google Analytics (Strictly Necessary)
W
Typepad Stats
W
Geo Targetly
W
SpeedCurve
W
Qualified
#

icon-svg-hide-thick

icon-svg-show-thick

Improve your experience – allows us to show you what is relevant to you

Google Optimize
W
ClickTale
W
OneSignal
W
Optimizely
W
Amplitude
W
Snowplow
W
UserVoice
W
Clearbit
#
YouTube
#

icon-svg-hide-thick

icon-svg-show-thick

Customize your advertising – permits us to offer targeted advertising to you

Adobe Analytics
W
Google Analytics (Web Analytics)
W
AdWords
W
Marketo
W
Doubleclick
W
HubSpot
W
Twitter
W
Facebook
W
LinkedIn
W
Yahoo! Japan
W
Naver
W
Quantcast
W
Call Tracking
W
Wunderkind
W
ADC Media
W
AgrantSEM
W
Bidtellect
W
Bing
W
G2Crowd
W
NMPI Display
W
VK
W
Adobe Target
W
Google Analytics (Advertising)
W
Trendkite
W
Hotjar
W
6 Sense
W
Terminus
W
StackAdapt
W
The Trade Desk
W
RollWorks
W

Are you sure you want a less customized experience?

We can access your data only if you select "yes" for the categories on the previous screen. This lets us tailor our marketing so that it's more relevant for you. You can change your settings at any time by visiting our privacy statement

Your experience. Your choice.

We care about your privacy. The data we collect helps us understand how you use our products, what information you might be interested in, and what we can improve to make your engagement with Autodesk more rewarding.

May we collect and use your data to tailor your experience?

Explore the benefits of a customized experience by managing your privacy settings for this site or visit our Privacy Statement to learn more about your options.