shtirlitsDva / Revit-PCF-Exporter

An application for Autodesk Revit for exporting pipe information to PCF file format.
GNU General Public License v3.0
18 stars 7 forks source link

PCF Exporter is an add-in for Autodesk Revit aimed to facilitate the export of piping data from Revit to the widely used PCF (Piping Component File) file format.

To get the most out of the program (in truth it is useless without knowledge of the format specification) it is strongly recommended to read the PCF reference guide which contains the format specifics. Please see this web page to obtain the specification of the PCF file format.

Installation

At this point the only way to get a working copy is to open the solution in Visual Studio and compile the .dll. Use the latest branch. Reference RevitAPI.dll and RevitAPIUI.dll from the Revit installation directory. Installation of certain NuGet packages is also required for compilation to succeed. Compile and then use the standard Autodesk Revit procedure of installing an add-in. That is copy the compiled .dll and the PCF-Exporter.addin file for current user to: C:\Users\[USERNAME]\AppData\Roaming\Autodesk\Revit\Addins\[REVIT VERSION]\ or for all users to: C:\ProgramData\Autodesk\Revit\Addins\[REVIT VERSION]\.

Dependencies

Documentation

See the Wiki for documentation.

Communication

Disclaimer

#Revit #PCF