https://github.com/bhom/rfem6_toolkit
BHoM adapter for RFEM 6
https://github.com/bhom/rfem6_toolkit
adapter analysis bhom structure
Last synced: about 2 months ago
JSON representation
BHoM adapter for RFEM 6
- Host: GitHub
- URL: https://github.com/bhom/rfem6_toolkit
- Owner: BHoM
- License: lgpl-3.0
- Created: 2022-10-19T12:44:38.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-09T08:39:18.000Z (2 months ago)
- Last Synced: 2026-04-09T09:25:55.053Z (2 months ago)
- Topics: adapter, analysis, bhom, structure
- Language: C#
- Homepage:
- Size: 979 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-repository
This repository can be used to create brand new BHoM Toolkits :rocket:
- Just click on the green button above "Use this template" :point_up_2: . Call the new repo with the name of your software followed by `_Toolkit`, e.g. "MySoftware_Toolkit".
- In your new repository, double click the `RenameToolkitFiles.bat` file. When asked, insert the name of your software, e.g. "MySoftware". All the files and folder will be renamed accordingly.
- Start developing! :rocket:
## Configure development environment
Learn how to [rapidly Getting Started for Developers](https://bhom.xyz/documentation/Guides-and-Tutorials/Coding-with-BHoM/).
If you want, you can also add [Engine methods templates](https://github.com/BHoM/documentation/tree/master/templates/Engine%20method%20templates).
## Implement the Toolkits
See the instructions in [the wiki page on the BHoM_Toolkit](https://github.com/BHoM/documentation/wiki/The-BHoM-Toolkit).