Mesh Connectivity

Hi,

I am currently writing the adapter for my code and I require access to the other participants mesh. I am able to get the vertices of the mesh but not the connectivity. Is this possible?

Thanks,
Dave

The direct mesh access feature does not support getting the mesh edges at the moment (here is the full API of v3.1.2 - see also the Doxygen pages of the develop branch).

You could open an issue requesting this feature, describing the use case you have in mind.