Skip to content

ricaun-io/RevitAddin.DA.Tester

Repository files navigation

RevitAddin.DA.Tester

Revit +2019 Visual Studio 2022 Nuke License MIT Build

Revit Addin project to run in Design Automation with some simple file input.json and output.json.

Input / Output

├── ...
├── input.json
├── output.json
└── ...
public class InputModel
{
    public string Text { get; set; }
    public int Sleep { get; set; }
}
public class OutputModel
{
    public string AddInName { get; set; }
    public string VersionName { get; set; }
    public string VersionBuild { get; set; }
    public DateTime TimeStart { get; set; } = DateTime.UtcNow;
    public string Text { get; set; }
    public string Reference { get; set; }
    public string FrameworkName { get; set; }
}

References

This project uses the following libraries:

Installation

License

This project is licensed under the MIT License.


Do you like this project? Please star this project on GitHub!

About

RevitAddin Tester for Design Automation (Forge)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project