ricaun-io / RevitAddin.DA.Tester

RevitAddin Tester for Design Automation (Forge)
MIT License
0 stars 1 forks source link
autodesk-forge autodesk-revit forge-designautomation revit revitaddin revitapi

# 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
└── ...

InputModel.cs

public class InputModel
{
    public string Text { get; set; }
    public int Sleep { get; set; }
}

OutputModel.cs

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!