revitless-toolkit
revitless-toolkit copied to clipboard
A cross-platform toolkit for reading metadata of .rfa, .rvt etc. Reading / writing hared sparameter and type catalog files WITHOUT Revit
- update de-compiled enumerations - write tests for extension methods for enums in order to detect any incompatibility - update extension methods for newly added (missing in 2017 APIs) enum...
Shared parameter file shall feature Sort method allowing one to sort Groups alphabetically / by ID. As for parameters they shall be sorted by Name or Group properties or both...
Currently comments are ignored completely, so if the original shared parameter file contained comments (except those in the header) they will be dropped upon call to ToString / Save method...
Currently ToString / Save methods in SharedParameterFile ignore the original format (e.g. the absence of Description and/or UserModifiable columns). File shall be persisted exactly as it was read
This method will allow one to get an intersection of two shared parameter files into a third instance. The resulting file will contain all the groups and parameters present in...
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...
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...