Skip to content

RevitAddin Tester for Design Automation (Forge)

License

Notifications You must be signed in to change notification settings

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 VersionName { get; set; }
    public string VersionBuild { get; set; }
    public DateTime TimeStart { get; set; } = DateTime.UtcNow;
    public string Text { get; set; }
}

Installation

License

This project is licensed under the MIT License.


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