dlubal-software / RFEM_Python_Client

Python client (or high-level functions) for RFEM 6 using Web Services, SOAP and WSDL
https://dlubal-software.github.io/.github/
MIT License
71 stars 28 forks source link

BUG: How to assign the modal anaylisis with Python #300

Closed IcareIbnFirnas closed 1 year ago

IcareIbnFirnas commented 1 year ago

Good morning, With my code in Python, I can't put ModalAnalysisSettings as I do with StaticAnalysisSettings. Is there any function to do the modal analysis with Python ? Tkank you very much for your answers !

image Capture

OndraMichal commented 1 year ago

Hi @IcareIbnFirnas, again the script needs to be provided to check if everything works as it should. Web Services tend to be very particular regarding types of the values. We have tests on ModalAnalysisSettings() and they pass. But there are tens or hundereds of variations in parameters and I can't verify your case if I don't have it.

IcareIbnFirnas commented 1 year ago

Hello @OndraMichal , where can I send you my script ?

IcareIbnFirnas commented 1 year ago

Actually, the problem is that I can define : Loadcase.StaticAnalysis but there is no key work for ModalAnalysis in the script of Loadcase present here : RFEM_Python_Client-main\RFEM\LoadCasesAndCombinations

IcareIbnFirnas commented 1 year ago

Hello issue solved : I just had to put Loadcase and put the right keywords. image