{"id":21653639,"url":"https://github.com/anlbora/create-house-project-revit-api","last_synced_at":"2025-03-20T04:31:59.673Z","repository":{"id":234734908,"uuid":"789435857","full_name":"anlbora/Create-House-Project-Revit-API","owner":"anlbora","description":"This project is a Revit add-in developed using the Revit API. The add-in allows users to create a simple house structure, including walls, floors, roofs, windows, and doors, directly within Autodesk Revit.","archived":false,"fork":false,"pushed_at":"2024-04-20T15:26:33.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T06:11:21.489Z","etag":null,"topics":["api","bim","bim-applications","csharp","house","revit","revit-addins","revit-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anlbora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-20T14:44:46.000Z","updated_at":"2024-04-21T13:25:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b16cb58-bcf1-4eb1-a082-8b292a9a6905","html_url":"https://github.com/anlbora/Create-House-Project-Revit-API","commit_stats":null,"previous_names":["anlbora/create-house-project-revit-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anlbora%2FCreate-House-Project-Revit-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anlbora%2FCreate-House-Project-Revit-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anlbora%2FCreate-House-Project-Revit-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anlbora%2FCreate-House-Project-Revit-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anlbora","download_url":"https://codeload.github.com/anlbora/Create-House-Project-Revit-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244552073,"owners_count":20470985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bim","bim-applications","csharp","house","revit","revit-addins","revit-api"],"created_at":"2024-11-25T08:19:42.991Z","updated_at":"2025-03-20T04:31:59.666Z","avatar_url":"https://github.com/anlbora.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple House Project\n\n## Overview\n\nThis project is a Revit add-in developed using the Revit API. The add-in allows users to create a simple house structure, including walls, floors, roofs, windows, and doors, directly within Autodesk Revit.\n\n## Features\n\n- **Create Walls**: Automatically generates walls based on specified dimensions.\n- **Add Windows**: Inserts windows into the created walls.\n- **Add Doors**: Inserts doors into the created walls.\n- **Create Floor**: Generates a floor based on specified dimensions.\n- **Create Roof**: Creates a roof structure with specified dimensions and slope.\n\n## Requirements\n\n- Autodesk Revit\n- Revit API\n\n## Installation\n\n1. Clone the repository to your local machine.\n2. Open the solution in Visual Studio.\n3. Build the solution to generate the add-in DLL file.\n4. Load the add-in in Autodesk Revit to use the functionality.\n\n## Usage\n\n1. Launch Autodesk Revit.\n2. Load the Simple House Project add-in.\n3. Use the custom Ribbon Panel to access the 'Create House' button.\n   \n  ![1](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/4df000eb-2919-4c40-87d8-ff6a1dd21221)\n\n  ![2](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/1f497520-6b06-4cdb-a7d9-841d7ca458ef)\n   \n4. Follow the on-screen instructions to specify dimensions and other parameters.\n\n  ![3](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/94fe64a7-ec49-4bc6-ad34-93cfe0499842)\n  \n  ![4](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/6f4af9ce-f4ef-4596-887d-1fe0d972be3d)\n  \n5. Click 'Create House' to initiate the house creation process.\n\n  ![5](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/058a0ba6-5286-4071-8b6b-b4222a3e8983)\n  \n  ![6](https://github.com/anlbora/Create-House-Project-Revit-API/assets/100442507/2f187745-8384-4d23-bbcf-0ae3a5b4f311)\n\n## Structure\n\n- `MainUI`: Represents the main user interface form where users can input dimensions and select materials.\n- `Application`: Represents the main entry point of the add-in, responsible for creating the custom Ribbon Panel.\n- `main`: Represents the external command class that executes the main logic of the add-in.\n\n## Future Improvements\n\n### User Interface Enhancements\n- **Advanced Configuration Options**\n  - **Windows and Doors Customization**: Enable users to specify the types, quantities, and placement of windows and doors within walls.\n  - **Sill Height Specification**: Provide an option to define the height of window sills.\n  - **Material Selection**: Allow users to select materials for walls, floors, roofs, and potentially ceilings.\n  - **Additional Creation Tools**: Introduce dedicated buttons for \"Create Window\" and \"Create Door\" to streamline the process of adding doors and windows.\n  - **Multi-floor Capability**: Implement functionality to design multi-story structures.\n  - **Dimensional Annotations**: Introduce an \"Add Dimensions\" feature to automatically annotate dimensions on the floor plan.\n  - **Document Export Options**: Add methods for creating sheets, exporting to PDF, and exporting to DWG format.\n\n- **Visual Feedback Mechanisms**: Enhance the user experience by providing real-time visual feedback during the creation process.\n\n### Additional Features\n- **Furniture and Fixture Integration**: Incorporate a library of standard furniture and fixtures to allow users to furnish their designs.\n- **Custom Templates**: Enable users to save and load custom templates for quicker project setup and consistency.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanlbora%2Fcreate-house-project-revit-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanlbora%2Fcreate-house-project-revit-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanlbora%2Fcreate-house-project-revit-api/lists"}