Welcome to the Autodesk Revit Add-in repository for inspecting architectural and structural elements using WPF, MVVM pattern, and the Revit API.
- Element Inspection: Utilize the Revit API to inspect architectural and structural elements within Revit.
- WPF Interface: Utilize Windows Presentation Foundation (WPF) for a modern and interactive user interface.
- MVVM Pattern: Implement the Model-View-ViewModel (MVVM) pattern for separation of concerns and maintainability.
- Mahmoud Magdy: AEC Developer
- Elsayed: AEC Developer
- Karim: AEC Developer
- Mahmoud Omar: AEC Developer
To get started with this add-in, follow these steps:
- Clone the Repository: Clone this repository to your local machine using
git clone https://github.com/yourusername/your-repo.git
. - Build the Solution: Open the solution file in Visual Studio and build the solution.
- Install Dependencies: Ensure all necessary dependencies are installed.
- Run the Add-in: Launch Autodesk Revit and load the add-in to start inspecting architectural and structural elements.
Thank you for considering contributing to this project! Contributions are welcomed from everyone. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/fooBar
). - Make your changes.
- Commit your changes (
git commit -am 'Add some fooBar'
). - Push to the branch (
git push origin feature/fooBar
). - Create a new Pull Request.
This project is licensed under the MIT License.