{"id":26175504,"url":"https://github.com/bhom/revit_toolkit","last_synced_at":"2025-04-14T21:32:29.047Z","repository":{"id":37797795,"uuid":"61284064","full_name":"BHoM/Revit_Toolkit","owner":"BHoM","description":"A set of tools enabling exchange of information between BHoM and Revit.","archived":false,"fork":false,"pushed_at":"2024-10-16T15:01:31.000Z","size":49943,"stargazers_count":27,"open_issues_count":77,"forks_count":13,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2024-10-18T04:16:55.051Z","etag":null,"topics":["adapter","architecture","bhom","bim","environment","geometry","mep","physical","structure"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BHoM.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":"2016-06-16T10:28:36.000Z","updated_at":"2024-09-23T13:34:42.000Z","dependencies_parsed_at":"2023-10-11T13:17:26.885Z","dependency_job_id":"59c09b94-bea1-4146-8f1b-504695f77ba9","html_url":"https://github.com/BHoM/Revit_Toolkit","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FRevit_Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FRevit_Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FRevit_Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FRevit_Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BHoM","download_url":"https://codeload.github.com/BHoM/Revit_Toolkit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243112168,"owners_count":20238183,"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":["adapter","architecture","bhom","bim","environment","geometry","mep","physical","structure"],"created_at":"2025-03-11T20:56:49.066Z","updated_at":"2025-03-11T20:56:49.740Z","avatar_url":"https://github.com/BHoM.png","language":"C#","readme":"[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![Build status](https://ci.appveyor.com/api/projects/status/d1y1h3ywkch3fd06/branch/master?svg=true)](https://ci.appveyor.com/project/BHoMBot/revit-toolkit/branch/master) [![Build Status](https://dev.azure.com/BHoMBot/BHoM/_apis/build/status/Revit_Toolkit/Revit_Toolkit.CheckCore?branchName=master)](https://dev.azure.com/BHoMBot/BHoM/_build/latest?definitionId=99\u0026branchName=master)\n\n# Revit_Toolkit\n\nA set of tools enabling exchange of information between BHoM and [Revit](https://www.autodesk.com/products/revit/overview):\n- communication between BHoM and Revit via the Adapter, `RevitListener` plugin and sockets\n- `ToRevit` and `FromRevit` conversion\n- a set of utility methods supporting conversion and processing of Revit elements\n\n### Known Versions of Software Supported\nAutodesk Revit 2018  \nAutodesk Revit 2019  \nAutodesk Revit 2020  \nAutodesk Revit 2021  \nAutodesk Revit 2022  \nAutodesk Revit 2023  \n\n### Documentation\nFor more information about functionality see [Revit_Toolkit Wiki](https://github.com/BHoM/Revit_Toolkit/wiki).\n\nThis toolkit is part of the Buildings and Habitats object Model. Find out more on our [wiki](https://github.com/BHoM/documentation/wiki) or at [https://bhom.xyz](https://bhom.xyz/)\n\n## Quick Start 🚀 \n\nGrab the [latest installer](https://bhom.xyz/) and a selection of [sample scripts](https://github.com/BHoM/samples).\n\n\n## Getting Started for Developers 🤖 \n\nIf you want to build the BHoM and the Toolkits from source, it's hopefully easy! 😄 \nDo take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/)\n\nYou will need the following to build Revit_Toolkit:\n- Microsoft Visual Studio 2015 or higher\n- Microsoft .NET Framework 4.8\n- [BHoM](https://github.com/BHoM/BHoM)\n- [BHoM_Engine](https://github.com/BHoM/BHoM_Engine)\n- [BHoM_Adapter](https://github.com/BHoM/BHoM_Adapter)\n- [Socket_Toolkit](https://github.com/BHoM/Socket_Toolkit)\n\nRevit_Toolkit needs to be built separately for each version of Revit. To switch between version and specific Revit_Toolkit configurations use Configuration Manager:  \nDebug2018 -\u003e Revit 2018  \nDebug2019 -\u003e Revit 2019  \nDebug2020 -\u003e Revit 2020  \nDebug2021 -\u003e Revit 2021  \nDebug2022 -\u003e Revit 2022  \nDebug2023 -\u003e Revit 2023  \n\n\n## Want to Contribute? ##\n\nBHoM is an open-source project and would be nothing without its community. Take a look at our contributing guidelines and tips [here](https://github.com/BHoM/BHoM/blob/main/CONTRIBUTING.md).\n\n\n## Licence ##\n\nBHoM is free software licenced under GNU Lesser General Public Licence - [https://www.gnu.org/licenses/lgpl-3.0.html](https://www.gnu.org/licenses/lgpl-3.0.html)  \nEach contributor holds copyright over their respective contributions.\nThe project versioning (Git) records all such contribution source information.\nSee [LICENSE](https://github.com/BHoM/BHoM/blob/main/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/main/COPYRIGHT_HEADER.txt).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhom%2Frevit_toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhom%2Frevit_toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhom%2Frevit_toolkit/lists"}