CodeCavePro / revitless-toolkit

A cross-platform toolkit for reading metadata of .rfa, .rvt etc. Reading / writing hared sparameter and type catalog files WITHOUT Revit
https://codecave.pro/#projects
MIT License
106 stars 38 forks source link

Implement Merge method for SharedParameterFile class #1

Open salaros opened 6 years ago

salaros commented 6 years ago

This method will allow one to merge two different shared parameter files into a third bigger one. The resulting file will contain ALL the groups and parameters present in both files. In case of Parameter.GuidGuid+Name key collisions exception will be thrown (TryMerge companion method shall just return false)