Node orientation

Hi,
I’m working on a highrise concrete structure in Karamba and now I want to have a look at displacements at specific points in the structure. For this I want to use the Nodal displacement component. But this component gives me 30000 different nodal displacements and rotations, but I have no idea where these nodes are. I’m working with shell elements so I never specified these nodes. Is there a way to find out there location so I now which translation goes with which node?
Thanks for the help!

Hi, if you use the DisassembleModel component you can extract all the points of your model into a list. This list order is the same as the order in the nodal displacements component and are the nodes on your mesh geometry.