Meshes rhino wip

Hi,

I would like to question about rhino meshes.

I have existing mesh, two mesh planes.

When I add in a mesh new mesh face mesh.Faces.Add(a,b,c,d) , I see that mesh edges indexing changes.
But new edges are not added to the end of mesh topology edge list what I some other manner.

Is that right? If yes how to keep track edges id then and in ngons.

Yupy yay.

Did it differently. First I added all edge vertex ids to separate array.

Then created faces. Works for what I was looking for.

Edge id indexing after new face is created I still do not understand.

I guess I don’t understand the command. What are you trying to do and why? Do you have sample code that illustrates your comment?

– Dale