This JavaScript project is focused on opening of possibility of scripting inside RFEM 6 RSTAB 9 and RSECTION to all our customers. Library enables them possibility to create models and interact with our applications on much higher level. The goal is to create easily expandable JavaScript library for scripting inside RFEM / RSTAB /RSECTION.
You can download actual release of our JavaScript library and the use it for your project or you can fork our repository.
- Go to release location
- Download zip file called Source code.zip
- Unzip it
- Use PowerShell script CopyFilesToRFEMLocation to copy content of library into you installation folder (you may need to have admin rights)
- Download Visual Studio Code and install it
- Open Visual Studio Code and install following extensions
- Code Spell Checker - useful extension for spell checking
- GitHub Pull Requests and Issues - extension for easy access to the GitHub pull request
- GitHub Issues - extension for easy access to the GitHub issues
- Git Lens - extension for better work with Source management
- ESLint - Linter for JavaScript
- Download Git and install it (needed for better functionality of Git Lens)
- Download GitHub Desktop
- Fork this repository
- Make your branch
- Open Visual Studio Code
- Made your own script or extend our library or use one from examples
- Copy your project to User Scripts/Example folder
- If you want to contribute - make pull request
- RFEM 6 or RSTAB9 or RSECTION application
Examples can be found under Examples folder.
Contributions are always welcome! Please ensure your pull request adheres to the following guidelines Contributing