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 27 forks source link

Further Static Analysis Settings #5

Closed dogukankaratas closed 3 years ago

dogukankaratas commented 3 years ago

How to create Static Analysis Settings with second-order analysis or large deformations?

image

It seems like '1.Ordnung' argument has no effect right now.

image

OndraMichal commented 3 years ago

The fix is easy. Add: clientObject.user_defined_name_enabled = True before setting object name. I'll commit the fix.