shtirlitsDva / Revit-PCF-Exporter

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

Add more element parameters to elements #12

Closed shtirlitsDva closed 8 years ago

shtirlitsDva commented 8 years ago

I think this can be done after the switch in the component processors, because all elements have the same parameters. Empty parameter entries must not be included in the output, therefore implement a check if a parameter is to be output to file. Make the output implementation a general method as possible to be able to process all parameters in one method instead of making a method for each configuration and parameter.