Hello
I recently got a new computer and reinstalled python.
Since I installed a newer version of python, I had to update the environment path for loading the .dlls that allows you to read from .cdb files according to SOFiSTiKs own classes.
I have a python script that I have been using for a long time for reading .cdb section forces and plotting utilization ratios. But since updating to a new python version (and going from SOFiSTiK 2023 to 2024), it does not work anymore.
It reads the .cdb and imports section forces, but everything is wrong.
Anyone have any idea why this simple change would mess with my entire script? i have tried debugging, but I simply cannot figure out why or how it imports and plots the section forces incorrect.
How it should be:
How it is after updating .dll functions to python 3.8 or newer (easy to see that it is just randomly assigned UR to the elements)
Path variable is updated according to this (for python 3.8 or newer):
Configure the project - CDB Interfaces 2024