revitless-toolkit icon indicating copy to clipboard operation
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

Results 8 revitless-toolkit issues
Sort by recently updated
recently updated
newest added

- 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...

enhancement

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...

enhancement

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...

enhancement

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

enhancement

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...

enhancement

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...

enhancement

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...

enhancement