{"id":26175488,"url":"https://github.com/bhom/teklastructuraldesigner_toolkit","last_synced_at":"2025-09-20T11:12:11.379Z","repository":{"id":45130945,"uuid":"213342824","full_name":"BHoM/TeklaStructuralDesigner_Toolkit","owner":"BHoM","description":"BHoM Toolkit to connect with Tekla Structural Designer.","archived":false,"fork":false,"pushed_at":"2024-01-03T17:35:27.000Z","size":88,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-16T16:58:00.870Z","etag":null,"topics":["adapter","bhom","structure"],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2019-10-07T09:25:44.000Z","updated_at":"2022-01-06T12:56:38.000Z","dependencies_parsed_at":"2023-02-02T19:00:45.903Z","dependency_job_id":"b223cc5f-bab7-4657-9890-f4f18f1f5fed","html_url":"https://github.com/BHoM/TeklaStructuralDesigner_Toolkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FTeklaStructuralDesigner_Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FTeklaStructuralDesigner_Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FTeklaStructuralDesigner_Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHoM%2FTeklaStructuralDesigner_Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BHoM","download_url":"https://codeload.github.com/BHoM/TeklaStructuralDesigner_Toolkit/tar.gz/refs/heads/main","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","bhom","structure"],"created_at":"2025-03-11T20:56:41.736Z","updated_at":"2025-09-20T11:12:06.325Z","avatar_url":"https://github.com/BHoM.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)\n\n# TeklaStructuralDesigner_Toolkit\nBHoM Toolkit to connect with Tekla Structural Designer.\n\nPart of the [BHoM Framework](https://github.com/BHoM).\n\n# BHoM\nA great place to start is reading our Wiki [here](https://github.com/BHoM/documentation/wiki) including pages like the [Structure of the BHoM](https://bhom.xyz/documentation/Basics/Coding%20fundamentals/The-BHoM-code-organisation/) and [Using the BHoM](https://bhom.xyz/documentation/Basics/Using-the-BHoM/).\n\n## Building the BHoM and the Toolkits from Source ##\nYou will need the following to build BHoM:\n\n- Microsoft Visual Studio 2013 or higher\n- Microsoft .NET Framework 4.0 and above (included with Visual Studio 2013)\n- Note that there are no software - specific dependencies (only operating system relevant), this is specific: BHoM is a software agnostic object model.\n\n\n### Clone and build the Core BHoM Repos\n\nIn the following build order:\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- [BHoM_UI](https://github.com/BHoM/BHoM_UI)\n\nBuild as many as you like of your chosen Interop Toolkits:\n- [TeklaStructuralDesigner_Toolkit](https://github.com/BHoM/TeklaStructuralDesigner_Toolkit/)\n- [Revit_Toolkit](https://github.com/BHoM/Revit_Toolkit)\n- [Robot_Toolkit](https://github.com/BHoM/Robot_Toolkit)\n\nThen build as many User Interface Repositories as you like:\n- [Rhinoceros_Toolkit](https://github.com/BHoM/Rhinoceros_Toolkit) \u0026 [Grasshopper_Toolkit](https://github.com/BHoM/Grasshopper_Toolkit) (you need both for Grasshopper to work)\n- [Dynamo_Toolkit](https://github.com/BHoM/Dynamo_Toolkit)\n- [Excel_Toolkit](https://github.com/BHoM/Excel_Toolkit)\n\nYou are good to go! \n\n## Development\nEvery time you change the code in this or other toolkit, you need to make sure that the changes are picked up from the UIs:\n- Make your code changes in the toolkit\n- Build the toolkit solution\n- IMPORTANT: Rebuild [BHoM_UI](https://github.com/BHoM/BHoM_UI) (this will take care of moving the compiled assemblies in the right folders for the UIs to pick!)\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## 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhom%2Fteklastructuraldesigner_toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhom%2Fteklastructuraldesigner_toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhom%2Fteklastructuraldesigner_toolkit/lists"}