AnalyseTool Plugin for Revit
Overview
The AnalyseTool Plugin is a powerful tool for Autodesk Revit that allows users to analyze and export parameter data of elements within a Revit project. With this plugin, you can easily export data to CSV formats, making it easier to manage and share project information.
βοΈ Installation
- Download it: AnalyseTool Releases
- Install it
- Use it
- Give some Feedback
π Features
- Parameter Analysis: Analyze shared parameters in your Revit project.
- Export to CSV: Export analyzed data to a CSV file.
- Flexible Filtering: Filter parameters based on various criteria.
- Category Grouping: Group parameters by categories for better organization.
π Usage
Analyzing Parameters
- Open Revit Project: Open your project in Revit.
- Launch AnalyseTool: Go to
Add-Ins
> AnalyseTool
to launch the plugin.
- View Parameters: The plugin will display a list of parameters for elements in your project.
- Filter Parameters: Use the filter box to search for specific parameters.
Export to CSV
- Click the
Export to CSV
button.
- Choose the location to save the CSV file.
- Click
Save
.
π§ Development
Prerequisites
- Visual Studio 2019 or higher
- .NET Framework 4.8 & .NET Core 8.0
- CommunityToolkit.Mvvm
- Nice3point.Revit.Api.RevitAPI
- Nice3point.Revit.Api.RevitAPIUI
For Developers
- Clone the repository:
git clone https://github.com/your-repo/AnalyseTool.git
- Open the Solution:
- Open the solution file in Visual Studio.
- Restore NuGet Packages:
- Ensure all required NuGet packages are restored.
- Build the Solution:
- Build the project to generate the necessary DLL files.
π€ Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the Branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request