Giter VIP home page Giter VIP logo

codecavepro / revitless-toolkit Goto Github PK

View Code? Open in Web Editor NEW
100.0 11.0 37.0 3.53 MB

A cross-platform toolkit for reading metadata of .rfa, .rvt etc. Reading / writing hared sparameter and type catalog files WITHOUT Revit

Home Page: https://codecave.pro/#projects

License: MIT License

C# 99.82% PowerShell 0.18%
revit revit-api shared-parameter-file thumbnail thumbnail-images rfa rvt metadata ole version

revitless-toolkit's People

Contributors

kasumiria avatar salaros avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

revitless-toolkit's Issues

Implement Diff method for SharedParameterFile class

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)

Update project to 2019.* Revit APIs

  • 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 values

Implement Merge method for SharedParameterFile class

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)

Create Sort method in SharedParameterFile with options

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 (by Group and then by Name in A-Z order or by Name in A-Z order and then by Group)

Error with CsvHelper

Hi, great Tool here.

With CodeCave.Revit.Toolkit.2017.2.11 we get this error in the Constructor of the SPF:

SharedParameterFile sharedParamFile = new SharedParameterFile("abc");

MissingMethodException: Method not found: "Void CsvHelper.Configuration.Configuration.set_QuoteNoFields(Boolean)".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.