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

Rotation of the FreeLoad.RectangularLoad #273

Closed heetrojivadiya closed 1 year ago

heetrojivadiya commented 1 year ago

Discussed in https://github.com/Dlubal-Software/RFEM_Python_Client/discussions/272

Originally posted by **DannieCW** July 4, 2023 Dear developers, I am using the RFem API to create rectangular loads on a surface using the center, side and rotation option: My load_location input is like this: angle = 30 side = 0.4 load_location = [coordinate[0], coordinate[1], side, side, angle] In the load generated in the RFEM_gui, the location coordinates and sides are presented correctly, but no rotation is taken from the input (see picture below). Would you be able to help me identify how did this happen? ![image](https://github.com/Dlubal-Software/RFEM_Python_Client/assets/138588349/67b0e2a1-5f0f-46b2-a79a-7637dac3c537) Thank you. Best regards, Dannie

Rotation of free rectangular load is not assigning properly in RFEM. Value of rotation angle is passing to wrong attribute.