R-v1.20.1
Compatible with RFEM 6.07.0001 (2.7.2024) onwards.
What's Changed
Added extension to support remote access to Webservice via network. On the server side it's necessary to run RFEM with allowed SSL connection (installed certificates) and on client side it's necessary to run RFEM Python client with proper settings in connectionGlobals.py (url to remote PC: https://x.x.x.x/ and api_key from Extranet/MyData). As mandatory condition it's required to have allowed remote access to Webservice for given contact which is used to login to RFEM/RSTAB on server side (it's necessary to contact Dlubal admin for that).
- heet memberHinge.py update by @heetrojivadiya in #374
- update member.py by @heetrojivadiya in #376
- Fixed BUG : LineSetLoad by @heetrojivadiya in #378
- Webinar Example GPT_Tank by @dogukankaratas in #379
- Code style fixes by @OndraMichal in #382
- Heet surface results adjustment by @heetrojivadiya in #380
- Heet center of gravity and object info by @heetrojivadiya in #383
- Heet timber design results by @heetrojivadiya in #384
- Heet steel and concrete design result table by @heetrojivadiya in #387
- extension for remote access to Webservice via Python HLF client by @TomasPail in #391
Full Changelog: R-v1.20.0...R-v1.20.1