Skip to content

Dlubal-Software/Dlubal_JavaScript_Library

Repository files navigation

RFEM_JavaScript_Library

image image image License: MIT CodeFactor

Description

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.

Getting started

You can download actual release of our JavaScript library and the use it for your project or you can fork our repository.

Steps for downloaded release

  • 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)

Steps for Visual Studio Code

  • Download Visual Studio Code and install it
  • Open Visual Studio Code and install following extensions
  • 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

Dependencies

  • RFEM 6 or RSTAB9 or RSECTION application

Examples

Examples can be found under Examples folder.

License

License: MIT

Contribute

Contributions are always welcome! Please ensure your pull request adheres to the following guidelines Contributing