DTDucasRevitAPI 2024.1.0
dotnet add package DTDucasRevitAPI --version 2024.1.0
NuGet\Install-Package DTDucasRevitAPI -Version 2024.1.0
<PackageReference Include="DTDucasRevitAPI" Version="2024.1.0" />
paket add DTDucasRevitAPI --version 2024.1.0
#r "nuget: DTDucasRevitAPI, 2024.1.0"
// Install DTDucasRevitAPI as a Cake Addin #addin nuget:?package=DTDucasRevitAPI&version=2024.1.0 // Install DTDucasRevitAPI as a Cake Tool #tool nuget:?package=DTDucasRevitAPI&version=2024.1.0
DTDucasRevitAPI
A comprehensive library for Autodesk Revit API development, providing common utilities and helper classes to streamline Revit add-in development.
Installation
NuGet Package
Install-Package DTDucasRevitAPI
Supported Revit Versions
- Revit 2021 (R21)
- Revit 2022 (R22)
- Revit 2023 (R23)
- Revit 2024 (R24)
- Revit 2025 (R25)
Dependencies
- .NET Framework 4.8
- .NET 8 for Revit 25
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Tran Quang Duong - DTDucas Contributor Team
Contributing
If you would like to contribute to this project, please contact us via email: baymax.contact@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2024.1.0 | 0 | 11/28/2024 | |
2024.0.0.1 | 58 | 11/25/2024 | |
2023.1.0 | 0 | 11/28/2024 | |
2023.0.0.1 | 56 | 11/25/2024 | |
2022.1.0 | 0 | 11/28/2024 | |
2022.0.0.1 | 54 | 11/25/2024 | |
2021.1.0 | 0 | 11/28/2024 | |
2021.0.0.1 | 50 | 11/25/2024 |
Version 1.1.0:
* Added complete geometry system (Point, Line, Curve, Surface, Mesh, Solid)
* Implemented Revit API conversion methods for all geometry types
* Added XML documentation for all public members
* Improved memory efficiency and performance
* Added support for geometric operations and calculations
* Enhanced error handling and validation