dlubal-software / RSTAB_Python_Client

Python client (or high-level functions) for RSTAB 9 using Web Services, SOAP, and WSDL
MIT License
9 stars 4 forks source link

BUG: CoordinateSystemType, CoordinateSystemRotationAnglesSequence are missing #34

Closed damianbobrowski closed 8 months ago

damianbobrowski commented 8 months ago

Describe the bug Commit https://github.com/Dlubal-Software/RSTAB_Python_Client/commit/3cc680550d19d5ed5f51deacb583717f12fc3ba0

implements class CoordinateSystem():

bellows dependencies are not included in RSATB 1.9.2:

https://github.com/Dlubal-Software/RSTAB_Python_Client/blob/3cc680550d19d5ed5f51deacb583717f12fc3ba0/RSTAB/BasicObjects/coordinateSystem.py#L2

To Reproduce Steps to reproduce the behavior: Just search dependency in main branch https://github.com/search?q=repo%3ADlubal-Software%2FRSTAB_Python_Client%20CoordinateSystemType&type=code

OndraMichal commented 8 months ago

Hi @damianbobrowski, thank you for alerting us. It will be fixed shortly.

OndraMichal commented 8 months ago

Fixed