Accessing GUID for Karamba Elements

Hello Forum,
I’ve been trying to do some scripting with the C# component in Grashopper. I am trying to get the forces of an element from an analysed Karamba Model using the BeamForces.solve Method. For this to work I need the GUIDs of the Elements. How do I access these?
I don’t have a lot of experience with coding so this question may be trivial, I would appreciate any advice!

Hello @GS98,
you get the GUID of a ModelElement elem via “elem.builder_element.guid” (see here, and here).
– Clemens