Revit Addin project to run in Design Automation with some simple file input.json
and output.json
.
├── ...
├── 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; }
}
- Download bundle version RevitAddin.DA.Tester.bundle.zip
- Download and install RevitAddin.DA.Tester.exe
This project is licensed under the MIT License.
Do you like this project? Please star this project on GitHub!