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 Diff method for SharedParameterFile class #2

Open salaros opened 6 years ago

salaros commented 6 years ago

This method will allow one to obtain differences between two different shared parameter files as a third instance. The resulting file will contain all the unique groups and parameters from two files, not present one in each other. In case of Parameter.Guid key collisions exception will be thrown (TryDiff companion method shall just return false)