Create mesh from list of vertices and faces indexes

Hello everyone,

I am currently working with building up mesh geometries out of Json data with Grasshopper.
All I have to work is the object vertices and the triangle/faces indices.
So far I have seen examples of deconstructing meshes into vertices and faces and then rebuilding it, however I could not understand how I could do the same with the two inputs that I have.
I would ask if someone had this situation before or even can help me with it.

Thank you all

It depends on what the json data look like. You have json decoding plugins like Pancake, jSwan.

Yes, I can deserialize the json data. I get the vertices and the triangle Indices to seperated output.

Time to post some data :wink: