RFEM_Python_Client icon indicating copy to clipboard operation
RFEM_Python_Client copied to clipboard

Python client (or high-level functions) for RFEM 6 using Web Services, SOAP and WSDL

Results 19 RFEM_Python_Client issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When retrieving results from a model we would like to only retrieve the result in the start and end node...

enhancement
question

**Describe the bug** We want to create a result combination through the API / webservice that consists of other result combinations. Doing so through the GUI works fine. When printing...

bug

**Describe the bug** After a lot of experiments and testing i finally got the TableExportConfigManager working and have added a second (id=2) setup which should only export the `Member Internal...

bug

I am currently working on optimizing data retrieval from RFEM models using the Python API, particularly focusing on member internal forces. However, I've encountered an issue where the number of...

question

**Describe the bug** We're trying to access the results of the spectral analysis for different Envelopes (in German: "Umhüllende Y" and "Umhüllende X") via the webservices API. However, we only...

ToDo

Description of the bug : I can not assign SteelEffectiveLengths to member_sets with Python because when I open RFEM6, the assignment is not taken into account. Please free to contact...

bug

**Describe the bug** To set the area density variable (as seen on the printscreen) to a thickness via the webservice with the SI unit N/m^2 does not seem to convert...

bug

For the love of god why is there sys.path.clear()??? What is going on? When ImportExport is loaded first to your program for any reason, it breaks EVERYTHING. You cannot import...

**Describe the bug** The `connectToServer `function within `initModel.py` fails with the following message in terminal: ``` File "c:\Users\bsteinhagen\Documents\GitHub\tcc-toolbox\tcc_toolbox\analysis\rfem.py", line 30, in __init__ Model(True, model_name, True, True) File "C:\Users\bsteinhagen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\RFEM\initModel.py", line 123,...

bug

**Describe the bug** I'm connecting to an existing model and it will only connect the first time my code it is run. After connecting a second time "clientModel" appears to...

bug