Class in Data Library for displacement in z for Quad elements (Python)

Hello,

I’m having trouble with finding the right class to give me the displacement in z for my QUAD-elements. The Goal is to extract the maximum displacement along with the elemennumber which I can then extract, but it seems that there is no class where the elementnumber can be extractet together with the displacement.

Kind regards and thanks in advance


Hallo,

ich habe Probleme die richtige class aus den sofistik_daten zu finden, welche mir die Verschiebung in z meiner Flächenelemente ausgibt. Ich würde gerne meine Verschiebungen zusammen mit der Elementnummer anzeigen lassen, damit ich diese auslesen kann. Es scheint jedoch keine class definiert zu sein, welche mir die Elementnummer zusammen mit der Verschiebung in z ausgeben kann.

Mit freundlichen Grüßen und danke im Voraus

They do not exist in the database (unless I missed something)
You will have to go for node displacements and calculate the corresponding local z displacement yourself.

Or you could generate a list with wingraf (node values of quad but in local coordinates if you do not want to transform it yourself)
Then process the list with python